CHANGELOG.md in ember-cli-rails-0.8.3 vs CHANGELOG.md in ember-cli-rails-0.8.4
- old
+ new
@@ -1,8 +1,16 @@
master
------
+0.8.4
+-----
+
+* Execute `bin/heroku_install` through `sh` [#512]
+* Generate `package.json` with `bower` as a `dependencies` value.
+
+[#512]: https://github.com/thoughtbot/ember-cli-rails/pull/512
+
0.8.3
-----
* Add support for integrating with `yarn`. [#496]
@@ -23,11 +31,11 @@
[#481]: https://github.com/thoughtbot/ember-cli-rails/pull/481
0.8.0
-----
-* `EmberCli::EmberController` now inherits from `ActionController::Base` instead
- of `ApplicationController`. [#400]
+* `EmberCli::EmberController` no longer assumes `ApplicationController`
+ inherits from`ActionController::Base`. [#400]
* Remove support for Ruby 2.1.x. [#400]
* Don't route requests to `/rails/info` through the mounted Ember application.
[#400]: https://github.com/thoughtbot/ember-cli-rails/pull/400