From 9c06df08a1b35a80b581a50aacc56c3d28f9f4b3 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Mon, 3 May 2021 10:01:17 +0100 Subject: [PATCH] Docs: changelog entry for #2687 --- docs/changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index b5696abd..39f62105 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -16,6 +16,10 @@ Requires libvips v8.10.6 [#2664](https://github.com/lovell/sharp/pull/2664) [@msalettes](https://github.com/msalettes) +* Detect empty input and throw a helpful error. + [#2687](https://github.com/lovell/sharp/pull/2687) + [@JakobJingleheimer](https://github.com/JakobJingleheimer) + ### v0.28.1 - 5th April 2021 * Ensure all installation errors are logged with a more obvious prefix.