docs(changelog): complete the 3.3.0 release notes#7921
Merged
Conversation
The `# 3.3.0` changelog section was written before ~8 commits landed on develop. #7909 (dark mode) and #7918/#7911 (offline Docker boot) were already captured; this adds the remaining user-facing change and dependency bumps so the 3.3.0 release notes are complete: - Notable fixes: #7910 — Firefox authorship-colour flake (early keystrokes tagged author='' before the async userAuthor propagated, producing an unattributed insert the pad-corruption guard rejected). - Dependencies: mysql2 →3.22.5 (#7915), undici →8.4.1 (#7914), pdfkit →0.19.0 (#7916), @radix-ui/react-switch →1.3.0 (#7913), and the extra dev-dependency group bump (#7912). Localisation (translatewiki) is already covered by the existing entry. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Qodo reviews are paused for this user.Troubleshooting steps vary by plan Learn more → On a Teams plan? Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center? |
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.
PR Summary by Qodo
Docs: complete 3.3.0 release notes in CHANGELOG
📝 Documentation🕐 Less than 5 minutesWalkthroughs
User Description
Final changelog pass before cutting 3.3.0. The
# 3.3.0section was written before ~8 commits landed ondevelop. Two of them (#7909 dark mode, #7918/#7911 offline Docker boot) were already captured; this folds in the rest:Notable fixes
author=''before the asyncuserAuthorpropagated, producing an unattributed insert the server's pad-corruption guard rejected (dropping the change and the authorship). Now falls back toclientVars.userIduntilthisAuthoris populated.Dependencies
mysql2→ 3.22.5 (build(deps): bump mysql2 from 3.22.4 to 3.22.5 #7915),undici→ 8.4.1 (build(deps): bump undici from 8.3.0 to 8.4.1 #7914),pdfkit→ 0.19.0 (build(deps): bump pdfkit from 0.18.0 to 0.19.0 #7916),@radix-ui/react-switch→ 1.3.0 (build(deps): bump @radix-ui/react-switch from 1.2.6 to 1.3.0 #7913), plus the extra dev-dependency group bump (build(deps-dev): bump the dev-dependencies group with 8 updates #7912).Localisation (translatewiki) is already covered by the existing entry. The
# 3.3.0\nrelease guard (release.ts:146) still matches.Once this merges,
developis ready to cut 3.3.0 (all four package.json already synced to 3.2.0 via #7919).🤖 Generated with Claude Code
AI Description
High-Level Assessment
The PR’s approach—directly amending the 3.3.0 section in CHANGELOG.md to include the missing fixes and dependency bumps—is the most appropriate option for a release-notes completion pass. Alternatives (e.g., generating notes from Git history) are out of scope for this targeted update.
File Changes
Documentation (1)