Skip to content

Commit f2813a9

Browse files
justin808claude
andcommitted
Fix CHANGELOG.md to reference correct PR number
The changelog entry for idempotent locale generation incorrectly referenced PR 2092. Updated to correctly reference PR 2090, which contains the actual implementation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent df8d156 commit f2813a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Changes since the last non-beta release.
2525

2626
#### Improved
2727

28-
- **Idempotent Locale Generation**: The `react_on_rails:locale` rake task is now idempotent, automatically skipping generation when locale files are already up-to-date. This makes it safe to call multiple times (e.g., in Shakapacker's `precompile_hook`) without duplicate work. Added `force=true` option to override timestamp checking. [PR 2092](https://github.com/shakacode/react_on_rails/pull/2092) by [justin808](https://github.com/justin808).
28+
- **Idempotent Locale Generation**: The `react_on_rails:locale` rake task is now idempotent, automatically skipping generation when locale files are already up-to-date. This makes it safe to call multiple times (e.g., in Shakapacker's `precompile_hook`) without duplicate work. Added `force=true` option to override timestamp checking. [PR 2090](https://github.com/shakacode/react_on_rails/pull/2090) by [justin808](https://github.com/justin808).
2929

3030
### [v16.2.0.beta.12] - 2025-11-20
3131

0 commit comments

Comments
 (0)