From ae3cf2ee88c6f541741c9a0ea9ab5a5569eadf20 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Wed, 17 Feb 2021 15:23:29 +0100 Subject: [PATCH] Update changelog --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 32eddca..61c4289 100644 --- a/README.md +++ b/README.md @@ -55,3 +55,13 @@ Sets up the ICSS handling hook. ### unregister() Removes the ICSS handling hook, essentially disabling the module. + +## Changelog + +### v1.0.0 (February 17, 2021) + +- Now actually properly validates arguments, with useful error messages. + +### v0.1.0 (February 17, 2021) + +Initial release.