From 93b29057e4d759ff9251cdef374c62416a16d26b Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Tue, 24 May 2022 21:14:13 +0100 Subject: [PATCH] Docs: changelog and credit for #3160 --- docs/changelog.md | 4 ++++ docs/humans.txt | 3 +++ 2 files changed, 7 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 4a329ea1c..449c68b7e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -9,6 +9,10 @@ Requires libvips v8.12.2 * Install: pass `PKG_CONFIG_PATH` via env rather than substitution. [@dwisiswant0](https://github.com/dwisiswant0) +* Add support for `--libc` flag to improve cross-platform installation. + [#3160](https://github.com/lovell/sharp/pull/3160) + [@joonamo](https://github.com/joonamo) + * Allow installation of prebuilt libvips binaries from filesystem. [#3196](https://github.com/lovell/sharp/pull/3196) [@ankurparihar](https://github.com/ankurparihar) diff --git a/docs/humans.txt b/docs/humans.txt index 3bc63c2e2..2d6222723 100644 --- a/docs/humans.txt +++ b/docs/humans.txt @@ -245,3 +245,6 @@ GitHub: https://github.com/Brodan Name: Ankur Parihar GitHub: https://github.com/ankurparihar + +Name: Joona Heinikoski +GitHub: https://github.com/joonamo