summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorSimeon Simeonov2020-12-09 09:42:59 +0100
committerSimeon Simeonov2020-12-09 09:42:59 +0100
commit768d8e570a0d7b7795b70bd8354c809db179238d (patch)
tree17127d75032f7931c4872125633266daa62009c6 /Changelog
parent1b9cb7758519abd11c676c81c421416cf3195fb0 (diff)
Fix encoding error in Python 3.9 and bump version to 4.1v4.1
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index f1a8bd8..4fbbd0e 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,7 @@
1v4.1:
2 - re-raise exceptions properly
3 - fix error when using Python 3.9 due to removed 'encoding' parameter
4
1v4.0: 5v4.0:
2 - remove Python 2 support 6 - remove Python 2 support
3 - cleanup the code and the documentation 7 - cleanup the code and the documentation