vips extension changelog

Version 1.0.8 (2017-11-23)
--------------------------
	* Add vips_version() [chregu]
	  https://github.com/jcupitt/php-vips-ext/pull/15
	* Add vips_new_from_memory() / vips_write_to_memory() [kleisauke]
	  https://github.com/jcupitt/php-vips-ext/pull/13

Version 1.0.7 (2017-6-5)
--------------------------
	* Add vips_interpolate_new()

Version 1.0.6 (2017-4-15)
--------------------------
	* Add vips_image_copy_memory()

Version 1.0.5 (2017-3-11)
--------------------------
	* Use VIPS_SONAME, if we can
	* More stuff in php_info(), see https://github.com/jcupitt/php-vips/issues/32
	* Add vips_foreign_find_load() and vips_foreign_find_load_buffer(), see https://github.com/jcupitt/php-vips/issues/37

Version 1.0.4 (2016-12-30)
--------------------------
	* Improve graceful fix from 1.0.3, see https://github.com/jcupitt/php-vips/issues/27
	* Better notes section in package.xml, see https://github.com/jcupitt/php-vips/issues/28

Version 1.0.3 (2016-12-27)
--------------------------
	* Lower min vips version to 8.2, see #4
	* Lock libvips to fix graceful, see https://github.com/jcupitt/php-vips/issues/26

Version 1.0.2 (2016-12-06)
--------------------------
	* vips_image_write_to_file() was not setting options, see #3

Version 1.0.1 (2016-11-25)
--------------------------
	* Fix for 7.1rc6

Version 1.0.0 (2016-11-24)
--------------------------
	* Update package for pecl upload

Version 0.1.3 (2016-11-04)
--------------------------
	* Fix memleak

Version 0.1.2 (2016-10-24)
--------------------------
	* Always dereference REFERENCE zvalues
	* More robust value type checking

Version 0.1.1 (2016-10-20)
--------------------------
	* Support draw operations
	* Add vips_error_buffer(), remove docref messages
	* Return 0/-1 everywhere for error
	* vips_image_get() returns ["out" => value] | -1
	* vips_image_get() returns built-in enums as strings
	* Fix type conversions
	* Add vips_image_remove()
	* Add vips_cache_set_*() 
	* Add vips_concurrency_set() 

Version 0.1.0 (2016-09-20)
--------------------------
	* Initial release

