Update changelog

This commit is contained in:
Sven Slootweg 2020-02-15 19:14:25 +01:00
parent 2c35828453
commit 76c2c1d0b0

View file

@ -76,6 +76,11 @@ Plugin options (all optional):
## Changelog
### 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.
- __Bug:__ Fall back to working directory for relative path calculation, when no explicit entry path is specified.
### v1.0.0 (November 24, 2019)
Initial release.