README.md in handlebars_assets-0.12.0 vs README.md in handlebars_assets-0.12.1

- old
+ new

@@ -10,11 +10,11 @@ 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 -`handlebars_assets` is packaged with an 1.0.0-rc3 of `handlebars.js`. See the section on using another version if that does not work for you. +`handlebars_assets` is packaged with an 1.0.0-rc4 of `handlebars.js`. See the section on using another version if that does not work for you. ## Installation with Rails 3.1+ Load `handlebars_assets` in your `Gemfile` as part of the `assets` group @@ -219,9 +219,10 @@ * Tristan Koch (@trkoch) : Strip leading whitespace from compiled templates * Brian Cardarella (@bcardarella) : Ember support * David Lee (@davidlee) : Slim support * Phil Cohen (@phlipper) : README cleanup * Akshay Rawat (@akshayrawat) : Update to handlebars.js 1.0.0-rc.3 +* Turadg Aleahmad (@turadg) : Update to handlebars 1.0.0-rc.4 # Contributing Pull requests are welcome! Please do not update the version number.