From d7a132b8bf81f0b2712105da4d9c8dbbf02da80b Mon Sep 17 00:00:00 2001 From: bitraid Date: Thu, 2 Apr 2026 11:54:16 +0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5f22e05..66a84d53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,7 +31,10 @@ CHANGELOG - With the reduced per-entry cost, the cache now has broader coverage. - Shell integration improvements - bash: CTRL-R now supports multi-select and `shift-delete` to delete history entries (#4715) - - fish: Improved command history (CTRL-R) (#4703) (@bitraid) + - fish: + - Improved command history (CTRL-R) (#4703) (@bitraid) + - Rewrite completion script (SHIFT-TAB) (#4731) (@bitraid) + - Increase minimum fish version requirement to 3.4.0 (#4731) (@bitraid) - `GET /` HTTP endpoint now includes `positions` field in each match entry, providing the indices of matched characters for external highlighting (#4726) - Bug fixes - `--walker=follow` no longer follows symlinks whose target is an ancestor of the walker root, avoiding severe resource exhaustion when a symlink points outside the tree (e.g. Wine's `z:` → `/`) (#4710)