From f5da147a588162f7466a1c6e46863f4d6b33247d Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Wed, 7 Sep 2022 13:31:26 +0100 Subject: [PATCH] Docs: changelog and credit for #3349 --- docs/changelog.md | 6 ++++++ docs/humans.txt | 3 +++ 2 files changed, 9 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 2699f020..c587d333 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,6 +4,12 @@ Requires libvips v8.13.1 +### v0.31.1 - TBD + +* Ensure `limitInputPixels` constructor option uses uint64. + [#3349](https://github.com/lovell/sharp/pull/3349) + [@marcosc90](https://github.com/marcosc90) + ### v0.31.0 - 5th September 2022 * Drop support for Node.js 12, now requires Node.js >= 14.15.0. diff --git a/docs/humans.txt b/docs/humans.txt index 98851511..54d92737 100644 --- a/docs/humans.txt +++ b/docs/humans.txt @@ -260,3 +260,6 @@ GitHub: https://github.com/brahima Name: Anton Marsden GitHub: https://github.com/antonmarsden + +Name: Marcos Casagrande +GitHub: https://github.com/marcosc90