CHANGELOG.md in ember-cli-rails-0.6.0 vs CHANGELOG.md in ember-cli-rails-0.6.1
- old
+ new
@@ -1,7 +1,18 @@
master
------
+0.6.1
+-----
+
+* Extract `include_ember_*_tags` and the associated code to the
+ `ember-cli-rails-assets` gem. Add `ember-cli-rails-assets` as a dependency.
+ [#363]
+* Introduce `mount_ember_assets` to serve Ember assets in asset-helper style
+ projects.
+
+[#363]: https://github.com/thoughtbot/ember-cli-rails/pull/363
+
0.6.0
-----
* Use system-level `tee` to pipe `STDOUT` to both `STDOUT` and the logs. [#351]
* Invoke `EmberCli[ember_app].build` from helpers to ensure everything is built