Skip to content

Commit 2ed749d

Browse files
authored
Merge pull request #1301 from reactjs/update-changelog-for-3.1.1
Update changelog for 3.1.1
2 parents 101c26a + 47594a3 commit 2ed749d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ 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.1] - 2023-08-16
13+
14+
#### Removed
15+
- Removed the replace-null functionality due a severe logic error added in 3.1.0 #1300
16+
1217
## [3.1.0] - 2023-08-15
1318

1419
#### Added
@@ -562,7 +567,8 @@ _Please add entries here for your pull requests that are not yet released._
562567
- Server rendering with `prerender: true`
563568
- Transform `.jsx` in the asset pipeline
564569

565-
[Unreleased]: https://github.com/reactjs/react-rails/compare/v3.1.0...master
570+
[Unreleased]: https://github.com/reactjs/react-rails/compare/v3.1.1...master
571+
[3.1.1]: https://github.com/reactjs/react-rails/compare/v3.1.0...v3.1.1
566572
[3.1.0]: https://github.com/reactjs/react-rails/compare/v3.0.0...v3.1.0
567573
[3.0.0]: https://github.com/reactjs/react-rails/compare/v2.7.1...v3.0.0
568574
[2.7.1]: https://github.com/reactjs/react-rails/compare/v2.7.0...v2.7.1

0 commit comments

Comments
 (0)