note new option_string param in changelog
This commit is contained in:
parent
06a1eae3b6
commit
f23d0fd754
|
@ -19,6 +19,7 @@
|
|||
- add vips_profile_load() and use it everywhere
|
||||
- fix race in temp filename creation [lhecker]
|
||||
- add @reduction_effort param to webpsave [lovell]
|
||||
- add @option_string param to thumbnail_buffer [kleisauke]
|
||||
|
||||
4/1/19 started 8.7.4
|
||||
- magickload with magick6 API did not chain exceptions correctly causing a
|
||||
|
|
|
@ -16,6 +16,8 @@
|
|||
* - implement shrink-on-load for openslide images
|
||||
* 16/11/18
|
||||
* - implement shrink-on-load for tiff pyramid
|
||||
* 3/2/19 kleisauke
|
||||
* - add option_string param to thumbnail_buffer
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue