summaryrefslogtreecommitdiff
path: root/docs/news.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/news.txt')
-rw-r--r--docs/news.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/news.txt b/docs/news.txt
index ee05a2b..dd84bd9 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -3,6 +3,15 @@ News
.. contents::
+3.2.4
+-----
+
+* Use is_alive instead of isAlive for Python 3.9 compatibility.
+* Use encodebytes instead of deprecated encodestring.
+* Fix Python 2 and 3 compatibility for base64.
+
+Thanks to tirkarthi for these fixes.
+
3.2.3
-----