From 7a70814a601fb7995ded8627a48b5051ac171cb5 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 26 Jul 2024 23:56:06 +0200 Subject: Adding upstream version 3.0.29. Signed-off-by: Daniel Baumann --- CHANGELOG | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 6f2bbb9..bef7d07 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 ------------------ -- cgit v1.2.3