Skip to content

Commit

Permalink
update changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Judahmeek committed Dec 8, 2024
1 parent e073587 commit 9f4a3c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ Changes since the last non-beta release.

#### Fixed

- Changed the ReactOnRails' version checker to check package.jsons in both root and client directories. [PR 1657](https://github.com/shakacode/react_on_rails/pull/1657) by [judahmeek](https://github.com/judahmeek).
- Changed the ReactOnRails' version checker to use `ReactOnRails.configuration.node_modules_location` to determine the location of the package.json that the `react-on-rails` dependency is expected to be set by.
- Also, all errors that would be raised by the version checking have been converted to Rails.Logger warnings to avoid any breaking changes. [PR 1657](https://github.com/shakacode/react_on_rails/pull/1657) by [judahmeek](https://github.com/judahmeek).

#### Added
- Added streaming server rendering support:
Expand Down

0 comments on commit 9f4a3c1

Please sign in to comment.