From 070534df5b67ba21bde8a863eb4b605702ae1f52 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Mon, 3 May 2021 19:48:15 +0100 Subject: [PATCH] Docs: changelog for #2685 --- docs/changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 39f62105..86f07feb 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) +* Add `premultiplied` flag for raw pixel data input. + [#2685](https://github.com/lovell/sharp/pull/2685) + [@mnutt](https://github.com/mnutt) + * Detect empty input and throw a helpful error. [#2687](https://github.com/lovell/sharp/pull/2687) [@JakobJingleheimer](https://github.com/JakobJingleheimer)