1
0
Fork 0

Merging upstream version 3.0.19.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 18:26:46 +01:00
parent df46317709
commit 03eba84c1a
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
14 changed files with 272 additions and 190 deletions

View file

@ -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
------------------