CHANGELOG.md in requirejs-rails-0.7.2 vs CHANGELOG.md in requirejs-rails-0.7.3

- old
+ new

@@ -1,4 +1,8 @@ +# v0.7.3 + +- Upgrade RequireJS and r.js to v1.0.8 + # v0.7.2 - Add require.js to config.assets.precompile in all environments. Closes #45. This change allows builds to work in Rails environments other than 'production', e.g. 'staging'. Thanks to @hollow for the fix.