diff options
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -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 ------------------ |