CHANGELOG in rails_asset_packager-0.1.2 vs CHANGELOG in rails_asset_packager-0.1.3

- old
+ new

@@ -1,5 +1,20 @@ ------------------------------------------------------------------------ +v0.1.3 | plainprogrammer | 2011-01-25 + +* Fixed issue with *_merged helpers that was causing calls to error out. +* Fixed issue with *_merged helpers that was causing calls to get escaped by Rails instead of rendering properly. +------------------------------------------------------------------------ +v0.1.2 | plainprogrammer | 2011-01-25 + +* Fixed test suite. +------------------------------------------------------------------------ +v0.1.1 | plainprogrammer | 2011-01-18 + +* Fixed issues with development dependencies. +* Updated Rakefile to properly include testing and documentation tasks. +* Did some minor refactoring inside caching tasks. +------------------------------------------------------------------------ v0.1.0 | plainprogrammer | 2011-01-16 * Converted project into Gem * Added task to support S3 distribution (http://www.blog.bridgeutopiaweb.com/post/package-assets-for-rails-3-and-upload-to-amazon-s3/) * Added handling of other static assets when pushing to S3.