summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-07-17 07:40:54 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-07-17 07:40:54 +0000
commit8188ef390db734738d245336d1d619516ca746d4 (patch)
tree36dc902621c535d2567244ce020d614858c9ddee /CHANGELOG
parentAdding upstream version 3.0.16. (diff)
downloadptpython-8188ef390db734738d245336d1d619516ca746d4.tar.xz
ptpython-8188ef390db734738d245336d1d619516ca746d4.zip
Adding upstream version 3.0.19.upstream/3.0.19
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG25
1 files changed, 25 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 67ac0a8..6a1eb21 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,31 @@
CHANGELOG
=========
+3.0.19: 2020-07-08
+------------------
+
+Fixes:
+- Fix handling of `SystemExit` (fixes "ValueError: I/O operation on closed
+ file").
+- Allow usage of `await` in assignment expressions or for-loops.
+
+
+3.0.18: 2020-06-26
+------------------
+
+Fixes:
+- Made "black" an optional dependency.
+
+
+3.0.17: 2020-03-22
+------------------
+
+Fixes:
+- Fix leaking file descriptors due to not closing the asyncio event loop after
+ reading input in a thread.
+- Fix race condition during retrieval of signatures.
+
+
3.0.16: 2020-02-11
------------------