summaryrefslogtreecommitdiff
path: root/docs/news.txt
diff options
context:
space:
mode:
authorChris Dent <cdent@anticdent.org>2022-06-22 11:20:07 +0100
committerChris Dent <cdent@anticdent.org>2022-06-22 11:20:07 +0100
commit27f25898c8c8cf52fc49175fd8b51e1289000884 (patch)
tree3407ed3d1ba7342546e58bad339cdad1d60d32d5 /docs/news.txt
parent6871824f9f87b63bdf5c863971df4c6a454f105c (diff)
downloadpaste-git-27f25898c8c8cf52fc49175fd8b51e1289000884.tar.gz
Release 3.5.13.5.1
* update tox to include py 39 * replace deprecated threading funcs
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
-----