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!