docs(changelog): fix typos, version number, PR reference, and heading levels in v3.x sections#13360
Merged
Conversation
… levels in v3.x sections - Replace `## Doc improvements` (3.13.0 / 3.14.0 / 3.14.1) and `## Developer productivity` (3.13.0) with H3 so they nest under the release header instead of starting a new top-level section. - 3.12.0: correct OpenResty version typo `v1.27.11` -> `1.27.1.1` (#11936). - 3.11.0: fix plugin name typo `attach-consmer-label` -> `attach-consumer-label` (#11604). - 3.5.0: the `google-cloud-logging` `client_email` entry referenced #9813 (proxy-rewrite); the actual PR is #9622. - 3.0.0: fix `APSISIX` typo in the `enable_cpu_affinity` entry. Refs #13359.
AlinsRan
approved these changes
May 12, 2026
moonming
approved these changes
May 12, 2026
nic-6443
approved these changes
May 12, 2026
5 tasks
wistefan
pushed a commit
to wistefan/apisix
that referenced
this pull request
Jun 16, 2026
… levels in v3.x sections (apache#13360) - Replace `## Doc improvements` (3.13.0 / 3.14.0 / 3.14.1) and `## Developer productivity` (3.13.0) with H3 so they nest under the release header instead of starting a new top-level section. - 3.12.0: correct OpenResty version typo `v1.27.11` -> `1.27.1.1` (apache#11936). - 3.11.0: fix plugin name typo `attach-consmer-label` -> `attach-consumer-label` (apache#11604). - 3.5.0: the `google-cloud-logging` `client_email` entry referenced apache#9813 (proxy-rewrite); the actual PR is apache#9622. - 3.0.0: fix `APSISIX` typo in the `enable_cpu_affinity` entry. Refs apache#13359.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Eight small CHANGELOG corrections across the 3.x sections — typos, a wrong PR reference, a wrong OpenResty version string, and four H2 headings that should be H3.
This is the first follow-up PR for the audit findings tracked in #13359. Scope is intentionally limited to objective, low-risk edits in
CHANGELOG.md; content/classification revisions will be split into separate PRs per release.Changes
## Doc improvements(H2 — breaks TOC, looks like a new release)### Doc improvements(H3)## Doc improvements(H2)### Doc improvements(H3)## Doc improvements(H2)### Doc improvements(H3)## Developer productivity(H2)### Developer productivity(H3)upgrade openresty version to v1.27.11upgrade openresty version to 1.27.1.1add plugin attach-consmer-labeladd plugin attach-consumer-labelclient_email field ... [#9813]client_email field ... [#9622](the actual PR; #9813 is the proxy-rewrite entry on the line above)behavior of APSISIXbehavior of APISIXWhy these (and only these) here
v1.27.11is not a real OpenResty version (the rockspec at chore: upgrade openresty version to v1.27.11 #11936 lands on1.27.1.1, matching the predecessor of1.27.1.2from chore: upgrade openresty version to v1.27.1.2 #12307).:warning:additions, no rockspec backfills — those need per-release discussion and will come as separate PRs.Refs #13359.
Checklist
pre-commit(no code changes; markdown only)