CHANGELOG.md in react-rails-2.4.2 vs CHANGELOG.md in react-rails-2.4.3
- old
+ new
@@ -1,6 +1,18 @@
# react-rails
+#### Breaking Changes
+
+#### New Features
+
+#### Deprecation
+
+#### Bug Fixes
+
+## 2.4.3
+#### Bug Fixes
+- Call ReactDOM.render() when react_component :prerender option is falsy, instead of ReactDOM.hydrate() #844, #842
+
## 2.4.2
#### Bug Fixes
- ReactDOM.hydrate() may not be defined for everyone, it will now use hydrate if it is defined or fallback to render #832
## 2.4.1