From 2aec7d5201f167243179d50c5142f55d3831fdc4 Mon Sep 17 00:00:00 2001 From: Eman Resu Date: Mon, 16 Mar 2026 22:45:00 -0400 Subject: [PATCH] Fix typo in 0.71 changelog entry (#4721) Thanks! --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58465bbf..ed7df1fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,7 @@ CHANGELOG ``` - Improved the cache structure, reducing memory footprint per entry by 86x. - With the reduced per-entry cost, the cache now has broader coverage. -- fish: Improved command history (CTRL-R) (#44703) (@bitraid) +- fish: Improved command history (CTRL-R) (#4703) (@bitraid) - Bug fixes - Fixed AWK tokenizer not treating a new line character as whitespace - Fixed `--{accept,with}-nth` removing trailing whitespaces with a non-default `--delimiter`