From 6dc655898df34ad424dfc467a8b276fdf31bd791 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 5 Jun 2024 06:45:15 +0200 Subject: Merging upstream version 3.0.46. Signed-off-by: Daniel Baumann --- CHANGELOG | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'CHANGELOG') 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 ------------------ -- cgit v1.2.3