From e62284f3b0c2566c0bc3dc85cb5d0b1b0692094c Mon Sep 17 00:00:00 2001 From: Nemo Date: Fri, 31 Dec 2021 13:15:36 +0530 Subject: [PATCH] update changelog --- CHANGELOG.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0c4404f..42a195a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,12 @@ Changelog ========= +Version 1.0.4 +============= +- Switched from `html5` to `html5lib` as a dependency, since the former is unmaintained +- Python 3.10 is now supported +- Python 3.6 is no longer supported + Version 1.0.3 ============= - Added tests and code coverage