CHANGELOG.md in ember-cli-rails-0.7.4 vs CHANGELOG.md in ember-cli-rails-0.8.0

- old
+ new

@@ -1,8 +1,16 @@ master ------ +0.8.0 +----- + +* `EmberCli::EmberController` now inherits from `ActionController::Base` instead + of `ApplicationController`. [#400] +* Remove support for Ruby 2.1.x. [#400] +* Don't route requests to `/rails/info` through the mounted Ember application. + 0.7.4 ----- * Fix dependencies check for compile command. [#455] * Introduce the `silent` configuration value. [#445] @@ -29,9 +37,10 @@ * Enhance `rake ember:install` to fully reinstall if necessary. [#396] * `EmberCli::Deploy::File` serves assets with Rails' `static_cache_control` value. [#403] +[#400]: https://github.com/thoughtbot/ember-cli-rails/pull/400 [#396]: https://github.com/thoughtbot/ember-cli-rails/pull/396 [#403]: https://github.com/thoughtbot/ember-cli-rails/pull/403 0.7.1 -----