CHANGELOG.md in ember-cli-rails-0.9.0 vs CHANGELOG.md in ember-cli-rails-0.10.0
- old
+ new
@@ -1,7 +1,24 @@
master
------
+0.10.0
+------
+
+* Remove `bin/heroku_install` to simplify Heroku setup.
+ To upgrade, remove your project's generated `bin/heroku_install`.
+ Next, execute `rake ember:heroku`. [#544]
+* Generate an empty `yarn.lock` so that Heroku understands that the
+ application's deployment target requires `yarn`. Closes [#538]. [#540]
+* No longer support `rails < 4.2`. [#543]
+* Generate an empty `yarn.lock` so that Heroku understands that the
+ application's deployment target requires `yarn`. Closes [#538]. [#540]
+
+[#543]: https://github.com/thoughtbot/ember-cli-rails/pull/543
+[#544]: https://github.com/thoughtbot/ember-cli-rails/pull/544
+[#538]: https://github.com/thoughtbot/ember-cli-rails/issues/538
+[#540]: https://github.com/thoughtbot/ember-cli-rails/pull/540
+
0.9.0
-----
* Don't require `bower` installation if `bower.json` is missing [#532]