docs: prep CHANGELOG for 3.3.1 release#1426
Conversation
Backfills the Unreleased section so the next release notes include the Propshaft asset-version cache busting fix shipped in #1403.
Code ReviewOverview: This PR backfills the What's Good
Suggestions1. Missing author attribution Every other entry in the The new line drops the author entirely: Suggest adding: 2. Missing issue cross-reference PR #1403's description says it fixes #1358. The PR 1418 entry models the pattern: Adding Suggested final line: - Fix Propshaft asset version cache busting so server-rendered bundles invalidate correctly when assets change. [PR 1403](https://github.com/reactjs/react-rails/pull/1403) by [justin808](https://github.com/justin808). Fixes [#1358](https://github.com/reactjs/react-rails/issues/1358).Other Observations
Summary: Minor but worthwhile — please add the author attribution and issue link to match the established CHANGELOG conventions before merging. |
Code Review: PR #1426 — CHANGELOG prep for 3.3.1OverviewThis is a documentation-only PR that prepares the CHANGELOG for the upcoming 3.3.1 patch release. The changes are minimal and low-risk: moving three unreleased bug-fix entries into a dated What looks good
Suggestions / Issues1. Missing contributor attribution on the #1403 entry (minor, consistency) The two existing bullets credit their authors: But the new entry does not: For consistency with every other entry in the file, please add the contributor, e.g.: 2. Date is 2026-05-15, but today is 2026-05-16 (minor) Likely reflects the intended release date or a timezone difference — not a blocker, but worth confirming this is intentional. Security / Performance / Test coverageNo concerns — this PR touches only SummaryThis is a clean, focused release-prep PR. The one actionable item before merge is adding the missing contributor credit to the #1403 entry so the changelog stays consistent. Everything else looks good. |
Summary
[3.3.1] - 2026-05-15section.[3.3.1]compare link and updates the[Unreleased]link base.3.3.1 is a patch release — only bug fixes, no new features or breaking changes. The next step is
rake create_release[3.3.1,false]which bumpslib/react/rails/version.rbandpackage.jsonand publishes.Test plan
git diffshows only CHANGELOG.md changesrake create_release[3.3.1,false]after merge