README.md in handlebars_assets-0.16 vs README.md in handlebars_assets-0.17

- old
+ new

@@ -4,10 +4,16 @@ Yea, I think so too. That is why I wrote **handlebars_assets**. Give your Handlebars templates their own files (including partials) and have them compiled, compressed, and cached as part of the Rails 3.1 asset pipeline! Using `sprockets` with Sinatra or another framework? **handlebars_assets** works outside of Rails too (as of v0.2.0) +# BREAKING CHANGES AS OF OF v0.17 + +@AlexRiedler has made some larger changes to this repository for going forward; If you have existing monkey patches they may not work, and the configuration schema has changed slightly to handle multiple extensions for the same compilation pipeline. + +If you have any problems, please post an issue! I will attempt to fix ASAP + # BREAKING CHANGE AS OF v0.9.0 My pull request to allow `/` in partials was pulled into Handlebars. The hack that converted partial names to underscored paths (`shared/_time` -> `_shared_time`) is no longer necessary and has been removed. You should change all the partial references in your app when upgrading from a version prior to v0.9.0. # Version of handlebars.js @@ -284,9 +290,10 @@ * ajk (@Darep) : Fix .hbs extension for multi-framework support * (@mattmenefee) : README section for `hamlbars` * Parker Selbert (@sorentwo) : README section for `multiple_frameworks` * Francisco QV (@panchoqv) : README clarification * Dylan Markow (@dmarkow) : README cleanup +* Peter Boling (@pboling) : AMD Loading # Contributing Pull requests are welcome! Please do not update the version number.