From d486eaad03f298dbea55a97ea14787d5cd1210ac Mon Sep 17 00:00:00 2001 From: Teoh Han Hui Date: Tue, 14 Jun 2016 17:46:19 +0800 Subject: [PATCH] Document breaking change in extract API in v0.14.0 (#465) Deprecated style of calling extract was removed in 2034efc --- docs/changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 9ace370c..e46a82af 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -106,6 +106,9 @@ Requires libvips v8.2.3 [#387](https://github.com/lovell/sharp/issues/387) [@kleisauke](https://github.com/kleisauke) +* Remove deprecated style of calling extract API. Breaks calls using positional arguments. + [#276](https://github.com/lovell/sharp/issues/276) + ### v0.13 - "*mind*" Requires libvips v8.2.2