From 82ba677fc1b146b4ec94990a643fea79c9da8b72 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Mon, 28 Mar 2022 21:32:38 +0100 Subject: [PATCH] Docs: changelog and credit for #3146 --- docs/changelog.md | 4 ++++ docs/humans.txt | 3 +++ 2 files changed, 7 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 9e062c5b1..ed1b3ae1e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -9,6 +9,10 @@ Requires libvips v8.12.2 * Ensure `create` input image has correct bit depth and colour space. [#3139](https://github.com/lovell/sharp/issues/3139) +* Add support for `TypedArray` input with `byteOffset` and `length`. + [#3146](https://github.com/lovell/sharp/pull/3146) + [@codepage949](https://github.com/codepage949) + ### v0.30.3 - 14th March 2022 * Allow `sharpen` options to be provided more consistently as an Object. diff --git a/docs/humans.txt b/docs/humans.txt index b1162e948..55954e626 100644 --- a/docs/humans.txt +++ b/docs/humans.txt @@ -236,3 +236,6 @@ GitHub: https://github.com/gforge Name: Chris Banks GitHub: https://github.com/christopherbradleybanks + +Name: codepage949 +GitHub: https://github.com/codepage949