From 645046734df5f3c5087bf2571cd808f87038327b Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Sat, 15 Feb 2020 23:09:41 +0100 Subject: [PATCH] Update changelog --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b57be0d..9e4ff2e 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,10 @@ Plugin options (all optional): ## Changelog +### v1.1.0 (February 15, 2020) + +- __Improvement:__ Now actually explicitly validates the `options` you specify and gives you a helpful error message, instead of a cryptic one. + ### v1.0.1 (February 15, 2020) - __Bug:__ Don't break when an upstream transform erroneously produces a Buffer while claiming it to be `encoding: "utf8"`, by ignoring the `encoding` parameter entirely.