CHANGELOG.md in ember-cli-rails-0.5.2 vs CHANGELOG.md in ember-cli-rails-0.5.3

- old
+ new

@@ -1,7 +1,17 @@ master ------ +0.5.3 +----- + +* No longer redirect `STDERR` to `STDOUT` when executing `ember` commands. This + fixes some JRuby bugs. [#288] +* Don't `prune` in generated Heroku setup script. [#286] + +[#288]: https://github.com/thoughtbot/ember-cli-rails/pull/288 +[#286]: https://github.com/thoughtbot/ember-cli-rails/pull/286 + 0.5.2 ----- * Register EmberCLI app with Sprockets on application initialization * Rename `ember-cli` to `ember_cli` in Ruby.