CHANGELOG.md in requirejs-rails-0.9.5 vs CHANGELOG.md in requirejs-rails-0.9.6

- old
+ new

@@ -1,8 +1,14 @@ <!-- Marked Style: GitHub --> ## requirejs-rails changelog +### v0.9.6 + +- Update `require.js` and `r.js` to `2.1.17`, and `almond.js` to `0.3.1`. +- Improve handling of Bower packages. +- Make a small fix for Sprockets 3 support. + ### v0.9.5 - Update `require.js` and `r.js` to `2.1.15`, and `almond.js` to `0.3.0`. - Remove `data-main` attribute generation from `requirejs_include_tag` and replicate its functionality with an explicit `require` call. This paves the way for proper almond support.