HISTORY.md in sinatra-assetpack-0.0.12.pre1 vs HISTORY.md in sinatra-assetpack-0.1.0

- old
+ new

@@ -1,4 +1,17 @@ +v0.1.0 - Jan 14, 2013 +---------------------- + +### Changed + * Using `file` utility instead `identify` utility. (#26) + +### Fixed + * Deal with different encodings in combined assets. (#47) + * Serve files with dots in name. (#32, #66) + * Deal with character encoding issues in ruby 1.8. (#51) + * Add missing depedency for development unit test. (#63) + * Deal with binary files copy (ex. images), fix errors like `"\x89" from ASCII-8BIT to UTF-8"`. (#38, #67) + v0.0.11 - Feb 21, 2012 ---------------------- ### Added: * Support for 'prebuild' to build on startup.