From 2f2276e0919a26ea4e70d2e11d59539a61683dc5 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Sat, 26 Oct 2019 22:53:39 +0100 Subject: [PATCH] Changelog entries for #1924 #1932 --- docs/changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 4275fef8..271b1877 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,6 +4,16 @@ Requires libvips v8.8.1. +#### v0.23.2 - TBD + +* Add `background` option to tile output operation. + [#1924](https://github.com/lovell/sharp/pull/1924) + [@neave](https://github.com/neave) + +* Add support for Node.js 13. + [#1932](https://github.com/lovell/sharp/pull/1932) + [@MayhemYDG](https://github.com/MayhemYDG) + #### v0.23.1 - 26th September 2019 * Ensure `sharp.format.vips` is present and correct (filesystem only).