CHANGELOG.md in ember-cli-rails-0.8.0 vs CHANGELOG.md in ember-cli-rails-0.8.1
- old
+ new
@@ -1,14 +1,23 @@
master
------
+0.8.1
+-----
+
+* Resolve issues inheriting from `ActionController::API`. [#481]
+
+[#481]: https://github.com/thoughtbot/ember-cli-rails/pull/481
+
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.
+
+[#400]: https://github.com/thoughtbot/ember-cli-rails/pull/400
0.7.4
-----
* Fix dependencies check for compile command. [#455]