Remove deprecated interpolateWith method

Version bump dependencies
This commit is contained in:
Lovell Fuller
2016-07-25 16:11:50 +01:00
parent 4f1472d4ff
commit 7a9a4127a0
6 changed files with 9 additions and 21 deletions

View File

@@ -6,6 +6,8 @@ Requires libvips v8.3.2
#### v0.16.0 - TBD
* Remove deprecated interpolateWith method - use resize(w, h, { interpolator: ... })
* Ensure boolean, bandbool, extractChannel ops occur before sRGB conversion.
[#504](https://github.com/lovell/sharp/pull/504)
[@mhirsch](https://github.com/mhirsch)