CHANGELOG.md in react-rails-2.0.2 vs CHANGELOG.md in react-rails-2.1.0
- old
+ new
@@ -6,9 +6,19 @@
#### Deprecation
#### Bug Fixes
+## 2.0.2 (April 18, 2017)
+
+#### New Features
+
+- Support Rails 5.1 #697
+
+#### Bug Fixes
+
+- Fix UJS unmounting by selector #696
+
## 2.0.2 (April 13, 2017)
#### New Features
- Rerun events detection at any time with `ReactRailsUJS.detectEvents()` #693