CHANGELOG.md in react-rails-2.5.0 vs CHANGELOG.md in react-rails-2.6.0

- old
+ new

@@ -6,16 +6,31 @@ #### Deprecation #### Bug Fixes +## 2.6.0 + +#### Breaking Changes + +#### New Features + +- Typescript component generator #990 + +#### Deprecation + +#### Bug Fixes + +- assert_react_component will not pass tests where the case was different #979 +- action_controller/test_case was accidentally `required` in dev #996 + ## 2.5.0 #### Breaking Changes #### New Features -- React 16.4.2 prebundled #977 +- React 16.8.6 prebundled #977 - Added `assert_react_component` test helper #957 - Supports Webpacker 4, Ruby 2.6 #934 - Supports camelize on ActionController::Parameters #932 #### Deprecation