HISTORY.md in sinatra-assetpack-0.1.2 vs HISTORY.md in sinatra-assetpack-0.1.3

- old
+ new

@@ -1,5 +1,15 @@ +v0.1.3 - Feb 3, 2013 +---------------------- + +### Added + * JRuby 1.9 and 1.8 now supported. + +### Fixed: + * Deal with assets with exact same name but extensions. (#75) + * Ruby 1.8 support (broken in previous v0.1 releases). + v0.1.2 - Jan 20, 2013 ---------------------- ### Added: * Support for custom cache control headers for packed assets. (#43) @@ -37,10 +47,10 @@ ### Changed: * Built files from 'rake assetpack:build' now match the mtimes of their sources. (#12) * Update the readme with a note on SASS compression. * Use regular expression route matcher instead of splat pattern for Padrino compatibility. (#19) - * Made <link> and <script> tags (generated by helpers) be more HTML5-like. + * Made `link` and `script` tags (generated by helpers) be more HTML5-like. ### Fixed: * Sinatra >= 1.3.0 compatibility. Use 'public_folder' in Sinatra >=1.3.0. (#25) v0.0.10 - Sep 18, 2011