Concat Stream-based input in single operation for ~+3% perf and less GC #429

This commit is contained in:
Lovell Fuller
2016-05-23 21:55:50 +01:00
parent 8a3b660bbc
commit 331926dc3c
2 changed files with 26 additions and 14 deletions

View File

@@ -4,6 +4,12 @@
Requires libvips v8.3.1
#### v0.15.1 - TBD
* Concat Stream-based input in single operation for ~+3% perf and less GC.
[#429](https://github.com/lovell/sharp/issues/429)
[@papandreou](https://github.com/papandreou)
#### v0.15.0 - 21<sup>st</sup> May 2016
* Use libvips' new Lanczos 3 kernel as default for image reduction.