CHANGELOG.md in react-rails-2.4.4 vs CHANGELOG.md in react-rails-2.4.5

- old
+ new

@@ -10,9 +10,19 @@ ## 2.4.4 #### New Features +- React 16.3.2 prebundled #908 +- Supports Webpacker 4.x #895 +- Enhanced generator to create components in subdirectories #890 +- Explicitly support Rails 5.2 #893 +- Enhanced documentation for Turbolinks usage #900 + +## 2.4.4 + +#### New Features + - React 16.2 prebundled #856, #874 - Use Fragments instead of Divs by default #856 - Explicitly support Ruby 2.5 #857 - Add support for controller rendering using `camelize_props` #869 - Many readme, doc and guide updates including Typescript #873, #865, #862, #854, #852, #849