Skip to content

Commit 8629223

Browse files
authored
Update CHANGELOG.md
1 parent 00b1254 commit 8629223

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ If you need help upgrading `react-rails`, `webpacker` to `shakapacker`, or JS pa
55
[#1209 2.7 Release Discussion](https://github.com/reactjs/react-rails/issues/1209)
66

77
## Unreleased
8-
Changes since last non-beta release.
8+
Changes since the last non-beta release.
99

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

12+
## [3.1.0] - 2023-08-15
13+
1214
#### Added
1315
- Added option to replace `null`s in props with `undefined` via `config.react.null_to_undefined_props` in `config/application.rb` #1293
1416

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

563-
[Unreleased]: https://github.com/reactjs/react-rails/compare/v3.0.0...master
565+
[Unreleased]: https://github.com/reactjs/react-rails/compare/v3.1.0...master
566+
[3.1.0]: https://github.com/reactjs/react-rails/compare/v3.0.0...v3.1.0
564567
[3.0.0]: https://github.com/reactjs/react-rails/compare/v2.7.1...v3.0.0
565568
[2.7.1]: https://github.com/reactjs/react-rails/compare/v2.7.0...v2.7.1
566569
[2.7.0]: https://github.com/reactjs/react-rails/compare/v2.6.2...v2.7.0

0 commit comments

Comments
 (0)