summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-26 21:56:06 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-26 21:56:06 +0000
commit7a70814a601fb7995ded8627a48b5051ac171cb5 (patch)
tree7d554d5075ab689e32313ccf4cef25b3f4ba9530 /CHANGELOG
parentAdding upstream version 3.0.27. (diff)
downloadptpython-upstream.tar.xz
ptpython-upstream.zip
Adding upstream version 3.0.29.upstream/3.0.29upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--CHANGELOG20
1 files changed, 20 insertions, 0 deletions
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
------------------