summaryrefslogtreecommitdiff
path: root/docs/news.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/news.txt')
-rw-r--r--docs/news.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/news.txt b/docs/news.txt
index d3ccc5d..b232569 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -3,6 +3,14 @@ News
.. contents::
+3.5.1
+-----
+
+* Replace deprecated threading.currentThread, getName and setDaemon
+ with threading.current_thread, name and daemon.
+
+Thanks to hugovk.
+
3.5.0
-----