HISTORY in free-image-0.6.2 vs HISTORY in free-image-0.7.0

- old
+ new

@@ -1,20 +1,31 @@ -= Release History - -== 0.6.2 / 2011-09-06 Charlie Savage - -* Add null pointer checks when loading images -* Add null pointer check when creating a new image - -== 0.6.1 / 2011-09-06 Charlie Savage - -* Use release version on windows of FreeImage, not debug version. - -== 0.6.0 / 2011-09-02 Charlie Savage - -* Update documentation -* Add alternate library names -* Add support for blocks in all methods that return bitmaps - -== 0.5.0 / 2011-08-28 Charlie Savage - += Release History + +== 0.7.0 / 2015-10-10 +* Add test and example for compositing images (Charlie Savage) +* Specify freeimage version requirement (Charlie Savage) +* Fix up failing tests and test with FreeImage version 3.17.0 (Charlie Savage) +* Fix flip_vertical! to flip vertically, not horizontally (Chris Howlett) +* No rgb mask stored in modern FreeImage unless using BI_BITFIELDS in 16 bit BMP (Benjamin Armintor) +* Ruby object_id is a 32-bit value (Benjamin Armintor) +* Fix C type translation for bytes on osx/intel (Benjamin Armintor) +* Test suite clean up (Benjamin Armintor) +* Minor documentation updates (Charlie Savage) + +== 0.6.2 / 2011-09-06 + +* Add null pointer checks when loading images +* Add null pointer check when creating a new image + +== 0.6.1 / 2011-09-06 + +* Use release version on windows of FreeImage, not debug version. + +== 0.6.0 / 2011-09-02 + +* Update documentation +* Add alternate library names +* Add support for blocks in all methods that return bitmaps + +== 0.5.0 / 2011-08-28 Charlie Savage + * Initial Commit \ No newline at end of file