From 16b8d9afe54218fde4c50589b9488641f768894d Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Fri, 1 May 2020 11:25:43 +0100 Subject: [PATCH] Docs: changelog entry and credit for #2188 --- docs/changelog.md | 4 ++++ docs/humans.txt | 3 +++ 2 files changed, 7 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 381f6abd..778f3f51 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -9,6 +9,10 @@ Requires libvips v8.9.1 * Ensure libvips is initialised only once, improves worker thread safety. [#2143](https://github.com/lovell/sharp/issues/2143) +* Ensure npm platform flag is respected when copying DLLs. + [#2188](https://github.com/lovell/sharp/pull/2188) + [@dimadeveatii](https://github.com/dimadeveatii) + ### v0.25.2 - 20th March 2020 * Provide prebuilt binaries for Linux ARM64v8. diff --git a/docs/humans.txt b/docs/humans.txt index bd15ab86..d19246bc 100644 --- a/docs/humans.txt +++ b/docs/humans.txt @@ -179,3 +179,6 @@ GitHub: https://github.com/BrychanOdlum Name: Edward Silverton GitHub: https://github.com/edsilv + +Name: Dumitru Deveatii +GitHub: https://github.com/dimadeveatii