summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-05 04:45:15 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-05 04:45:15 +0000
commit6dc655898df34ad424dfc467a8b276fdf31bd791 (patch)
tree0a3f3addbfc0b81e3850a628afe62ce830a8b0f3 /CHANGELOG
parentReleasing progress-linux version 3.0.43-2~progress7.99u1. (diff)
downloadprompt-toolkit-6dc655898df34ad424dfc467a8b276fdf31bd791.tar.xz
prompt-toolkit-6dc655898df34ad424dfc467a8b276fdf31bd791.zip
Merging upstream version 3.0.46.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG27
1 files changed, 27 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index e34916b..fa02b85 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,33 @@
CHANGELOG
=========
+3.0.46: 2024-06-04
+------------------
+
+Fixes:
+- Fix pytest capsys fixture compatibility.
+
+
+3.0.45: 2024-05-28
+------------------
+
+Fixes:
+- Improve performance of `GrammarCompleter` (faster deduplication of completions).
+
+
+3.0.44: 2024-05-27
+------------------
+
+New features:
+- Accept `os.PathLike` in `FileHistory` (typing fix).
+
+Fixes:
+- Fix memory leak in filters.
+- Improve performance of progress bar formatters.
+- Fix compatibility when a SIGINT handler is installed by non-Python (Rust, C).
+- Limit number of completions in buffer to 10k by default (for performance).
+
+
3.0.43: 2023-12-13
------------------