Upgrade to libvips v8.3.2

This commit is contained in:
Lovell Fuller
2016-07-25 14:36:27 +01:00
parent 032bb7e96b
commit 4f1472d4ff
7 changed files with 38 additions and 33 deletions

View File

@@ -1,10 +1,10 @@
# Changelog
### v0.15 - "*outfit*"
### v0.16 - "*pencil*"
Requires libvips v8.3.1
Requires libvips v8.3.2
#### v0.15.2 - TBD
#### v0.16.0 - TBD
* Ensure boolean, bandbool, extractChannel ops occur before sRGB conversion.
[#504](https://github.com/lovell/sharp/pull/504)
@@ -22,6 +22,10 @@ Requires libvips v8.3.1
[#521](https://github.com/lovell/sharp/issues/521)
[@ChrisPinewood](https://github.com/ChrisPinewood)
### v0.15 - "*outfit*"
Requires libvips v8.3.1
#### v0.15.1 - 12<sup>th</sup> July 2016
* Concat Stream-based input in single operation for ~+3% perf and less GC.