diff --git a/.prettierignore b/.prettierignore index d018eda56f..9d6063232b 100644 --- a/.prettierignore +++ b/.prettierignore @@ -19,3 +19,7 @@ spec/dummy/public *.yaml # Intentionally invalid spec/react_on_rails/fixtures/i18n/locales_symbols/ + +# Internal documentation - ignore formatting +CLAUDE.md +docs/contributor-info/coding-agents-guide.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 5db37b163c..0ccc24d7db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,10 @@ After a release, please make sure to run `bundle exec rake update_changelog`. Th Changes since the last non-beta release. +#### Bug Fixes + +- **Doctor rake task**: Fixed LoadError in `rake react_on_rails:doctor` when using packaged gem. The task was trying to require excluded `rakelib/task_helpers` file. [PR 1795](https://github.com/shakacode/react_on_rails/pull/1795) + ### [16.0.1-rc.0] - 2025-09-19 #### Pro License Structure Implementation