CHANGELOG.md in react-rails-1.8.2 vs CHANGELOG.md in react-rails-1.9.0
- old
+ new
@@ -6,9 +6,32 @@
#### Deprecation
#### Bug Fixes
+## 1.9.0 (October 6, 2016)
+
+#### Breaking Changes
+
+#### New Features
+
+- Accept extra JS code in `code:` option for SprocketsRenderer #604
+
+#### Bug Fixes
+
+- Use `asset_prefix` for YamlContainer #598
+- Fix requiring `.js` from `.es6.jsx` #591
+
+## 1.8.2 (August 9, 2016)
+
+#### New Features
+
+- Update to React 15.3.0 #583
+
+#### Bug Fixes
+
+- Fix `//= require` on Sprockets 3.7+ #582
+
## 1.8.1 (July 29, 2016)
#### New Features
- Update to React 15.2.1 #569