Skip to content

docs(changelog): fix typos, version number, PR reference, and heading levels in v3.x sections#13360

Merged
membphis merged 1 commit into
masterfrom
docs/changelog-audit
May 12, 2026
Merged

docs(changelog): fix typos, version number, PR reference, and heading levels in v3.x sections#13360
membphis merged 1 commit into
masterfrom
docs/changelog-audit

Conversation

@membphis

Copy link
Copy Markdown
Member

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

File / Section Before After
3.14.1 ## Doc improvements (H2 — breaks TOC, looks like a new release) ### Doc improvements (H3)
3.14.0 ## Doc improvements (H2) ### Doc improvements (H3)
3.13.0 ## Doc improvements (H2) ### Doc improvements (H3)
3.13.0 ## Developer productivity (H2) ### Developer productivity (H3)
3.12.0 #11936 upgrade openresty version to v1.27.11 upgrade openresty version to 1.27.1.1
3.11.0 #11604 add plugin attach-consmer-label add plugin attach-consumer-label
3.5.0 google-cloud-logging client_email field ... [#9813] client_email field ... [#9622] (the actual PR; #9813 is the proxy-rewrite entry on the line above)
3.0.0 #8074 behavior of APSISIX behavior of APISIX

Why these (and only these) here

Refs #13359.

Checklist

  • I have explained the need for this PR and the problem it solves
  • I have explained the changes or the new features added to this PR
  • I have added tests corresponding to the changes introduced in this PR (N/A — CHANGELOG-only)
  • I have added proper labels to this PR
  • I have installed and executed pre-commit (no code changes; markdown only)

… 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.
@dosubot dosubot Bot added size:S This PR changes 10-29 lines, ignoring generated files. doc Documentation things labels May 12, 2026
@membphis
membphis merged commit ba6035a into master May 12, 2026
20 checks passed
@kayx23
kayx23 deleted the docs/changelog-audit branch May 12, 2026 09:12
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc Documentation things size:S This PR changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants