Skip to content

Commit

Permalink
Improve EmberController inheritance change wording
Browse files Browse the repository at this point in the history
The previous wording implies that application-wide behavior would no longer apply to `EmberCli::EmberController`, due to inheritance change. But, `EmberCli::EmberController` still inherits from `ApplicationController`, it just no longer assumes that `ApplicationController` inherits from `ActionController::Base`.
  • Loading branch information
jswanner authored and seanpdoyle committed Nov 8, 2016
1 parent db5e82b commit 85600ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ master
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.

Expand Down

0 comments on commit 85600ba

Please sign in to comment.