1
0
Fork 0

Merging upstream version 3.0.29.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 18:35:11 +01:00
parent 235554aefb
commit d09b2bedf3
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
6 changed files with 90 additions and 13 deletions

View file

@ -1,6 +1,26 @@
CHANGELOG
=========
3.0.29: 2024-07-22
------------------
Fixes:
- Further improve performance of dictionary completions.
3.0.28: 2024-07-22
------------------
New features:
- Custom 'exit' function to return from REPL that
* doesn't terminate `sys.stdin` when `exit` is called (important for
`embed()`).
* doesn't require to be called with parentheses.
Fixes:
- Clean up signatures on control-c.
3.0.27: 2024-05-27
------------------