Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
justin808 authored Aug 15, 2023
1 parent 00b1254 commit 8629223
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ If you need help upgrading `react-rails`, `webpacker` to `shakapacker`, or JS pa
[#1209 2.7 Release Discussion](https://github.com/reactjs/react-rails/issues/1209)

## Unreleased
Changes since last non-beta release.
Changes since the last non-beta release.

_Please add entries here for your pull requests that are not yet released._

## [3.1.0] - 2023-08-15

#### Added
- Added option to replace `null`s in props with `undefined` via `config.react.null_to_undefined_props` in `config/application.rb` #1293

Expand Down Expand Up @@ -560,7 +562,8 @@ _Please add entries here for your pull requests that are not yet released._
- Server rendering with `prerender: true`
- Transform `.jsx` in the asset pipeline

[Unreleased]: https://github.com/reactjs/react-rails/compare/v3.0.0...master
[Unreleased]: https://github.com/reactjs/react-rails/compare/v3.1.0...master
[3.1.0]: https://github.com/reactjs/react-rails/compare/v3.0.0...v3.1.0
[3.0.0]: https://github.com/reactjs/react-rails/compare/v2.7.1...v3.0.0
[2.7.1]: https://github.com/reactjs/react-rails/compare/v2.7.0...v2.7.1
[2.7.0]: https://github.com/reactjs/react-rails/compare/v2.6.2...v2.7.0

0 comments on commit 8629223

Please sign in to comment.