CHANGELOG.md in ruby-vips-0.1.1 vs CHANGELOG.md in ruby-vips-0.2.0

- old
+ new

@@ -1,5 +1,32 @@ -# master +# master +... + +# Version 0.2.0 + +Release date: 2012-06-29 + +### Added + +* Add tile_cache [John Cupitt] +* Add :sequential option to tiff, jpeg and png readers [John Cupitt] +* Add raise if suitable pkg_config for libvips is not found, thanks to Pierre + Chapuis [Stanislaw Pankevich] +* Add backward compatibility of 0.1.x ruby-vips with libvips versions less than 7.28 [John Cupitt] +* Add Travis. ruby-vips now is being tested on travis-ci.org. [Stanislaw Pankevich] + +### Changed + +* Disable the vips8 operation cache to save some memory [John Cupitt] +* Update example shrinker [John Cupitt] + +### Fixed + +* #8: Memory allocation-free issues [Grigoriy Chudnov] + +# Version 0.1.1 + +Release date: 2012-06-22 ### Changed * Upgrade spec/* code to latest RSpec [Stanislaw Pankevich]