Remove previously deprecated limitInputPixels, sequentialRead

This commit is contained in:
Lovell Fuller
2020-02-15 20:01:46 +00:00
parent 4abb4edf64
commit c17807c995
3 changed files with 3 additions and 138 deletions

View File

@@ -6,6 +6,8 @@ Requires libvips TBD
### v0.25.0 - TBD
* Remove `limitInputPixels` and `sequentialRead` previously deprecated in v0.24.0.
* Migrate internals to N-API.
[#1282](https://github.com/lovell/sharp/issues/1282)