From afab0d34dd24311ff873f5685682eb80430cd397 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Tue, 23 Nov 2021 12:21:36 +0000 Subject: [PATCH] Docs: changelog and credit for #2958 --- docs/changelog.md | 4 ++++ docs/humans.txt | 3 +++ 2 files changed, 7 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index bda9d0a1..985f2b64 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -10,6 +10,10 @@ Requires libvips v8.12.0 * Reduce minimum Linux ARM64v8 glibc requirement to 2.17. +* Ensure 16-bit PNG output uses correct bitdepth. + [#2958](https://github.com/lovell/sharp/pull/2958) + [@gforge](https://github.com/gforge) + * Properly emit close events for duplex streams. [#2976](https://github.com/lovell/sharp/pull/2976) [@driannaude](https://github.com/driannaude) diff --git a/docs/humans.txt b/docs/humans.txt index 061f6c45..c9c36444 100644 --- a/docs/humans.txt +++ b/docs/humans.txt @@ -230,3 +230,6 @@ GitHub: https://github.com/erf Name: Drian Naude GitHub: https://github.com/driannaude + +Name: Max Gordon +GitHub: https://github.com/gforge