From da61ea0199186ed01ffce9e5c74e09e53ce8ceb1 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Mon, 5 Jun 2023 09:35:07 +0100 Subject: [PATCH] Docs: changelog and credit for #3674 --- docs/changelog.md | 4 ++++ docs/humans.txt | 3 +++ 2 files changed, 7 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index f7053357..412a2b20 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -12,6 +12,10 @@ Requires libvips v8.14.2 * Ensure the same access method is used for all inputs (regression in 0.32.0). [#3669](https://github.com/lovell/sharp/issues/3669) +* Improve detection of jp2 filename extensions. + [#3674](https://github.com/lovell/sharp/pull/3674) + [@bianjunjie1981](https://github.com/bianjunjie1981) + ### v0.32.1 - 27th April 2023 * Add experimental `unflatten` operation. diff --git a/docs/humans.txt b/docs/humans.txt index 2e2c1e06..cd9d2f7d 100644 --- a/docs/humans.txt +++ b/docs/humans.txt @@ -272,3 +272,6 @@ GitHub: https://github.com/janaz Name: Lachlan Newman GitHub: https://github.com/LachlanNewman + +Name: BJJ +GitHub: https://github.com/bianjunjie1981