From 500ae97cacc555d3ebaf8242c529b8744eab4947 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Fri, 1 Nov 2019 16:15:02 +0000 Subject: [PATCH] Changelog entry for #1921 --- docs/changelog.md | 6 ++++++ docs/index.md | 3 +++ 2 files changed, 9 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index c8d145f5..544ec9c3 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,6 +4,12 @@ Requires libvips v8.8.1. +#### v0.23.3 - TBD + +* Ensure tile `overlap` option works as expected. + [#1921](https://github.com/lovell/sharp/pull/1921) + [@rustyguts](https://github.com/rustyguts) + #### v0.23.2 - 28th October 2019 * Add `background` option to tile output operation. diff --git a/docs/index.md b/docs/index.md index 2628e555..7574cf75 100644 --- a/docs/index.md +++ b/docs/index.md @@ -128,6 +128,9 @@ the help and code contributions of the following people: * [Jakub Michálek](https://github.com/Goues) * [Ilya Ovdin](https://github.com/iovdin) * [Andargor](https://github.com/Andargor) +* [Nicolas Stepien](https://github.com/MayhemYDG) +* [Paul Neave](https://github.com/neave) +* [Brendan Kennedy](https://github.com/rustyguts) Thank you!