CHANGELOG.md in ember-cli-rails-0.7.2 vs CHANGELOG.md in ember-cli-rails-0.7.3

- old
+ new

@@ -1,7 +1,21 @@ master ------ +0.7.3 +----- + +* Stream output instead of waiting until subprocesses finish. [#423] +* Update `ember-cli-rails-assets` dependency. [#422] +* Only write errors to `STDERR`. [#421] +* Remove dependency on `tee`. Fixes bug [#417]. [#420] + +[#423]: https://github.com/thoughtbot/ember-cli-rails/pull/423 +[#422]: https://github.com/thoughtbot/ember-cli-rails/pull/422 +[#421]: https://github.com/thoughtbot/ember-cli-rails/issues/421 +[#420]: https://github.com/thoughtbot/ember-cli-rails/issues/420 +[#417]: https://github.com/thoughtbot/ember-cli-rails/issues/417 + 0.7.2 ----- * Enhance `rake ember:install` to fully reinstall if necessary. [#396] * `EmberCli::Deploy::File` serves assets with Rails' `static_cache_control`