From f23d0fd75476ad0cafaefc698acf7c242cb4f480 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Sun, 3 Feb 2019 12:27:58 +0000 Subject: [PATCH] note new option_string param in changelog --- ChangeLog | 1 + libvips/resample/thumbnail.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1b6f3023..00ad7950 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/libvips/resample/thumbnail.c b/libvips/resample/thumbnail.c index 50b702ff..04e535d4 100644 --- a/libvips/resample/thumbnail.c +++ b/libvips/resample/thumbnail.c @@ -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 */ /*