CHANGELOG.md in requirejs-rails-0.6.1 vs CHANGELOG.md in requirejs-rails-0.7.0

- old
+ new

@@ -1,4 +1,15 @@ +# v0.7.0 + +- Support for [almond](https://github.com/jrburke/almond) via + `config.requirejs.loader = :almond` in application.rb. +- Builds with `config.assets.initialize_on_precompile = false` now work. + This supports building on Heroku, builds with Devise, etc. all of + which require that setting. +- We should now play much better with existing Rails Engines that + leverage the asset pipeline for their needs. Thanks to @hollow for the + patch. + # v0.6.1 - Fix regression in production env when `paths` specified in requirejs.yml. # v0.6.0