CHANGELOG.md in react-rails-2.1.0 vs CHANGELOG.md in react-rails-2.2.0

- old
+ new

@@ -6,10 +6,22 @@ #### Deprecation #### Bug Fixes -## 2.0.2 (April 18, 2017) +## 2.2.0 + +#### New Features + +- Improve error handling when components aren't found #704 + +#### Bug Fixes + +- Camelize filename when generating for webpack #703 +- Include node module boilerplate when generating for webpack #710 +- Don't look for non-existent `Turbolinks.EVENTS` #708 + +## 2.1.0 (April 18, 2017) #### New Features - Support Rails 5.1 #697