Fix typo in 0.71 changelog entry (#4721)
Some checks failed
CodeQL / Analyze (go) (push) Has been cancelled
build / build (push) Has been cancelled
Test fzf on macOS / build (push) Has been cancelled

Thanks!
This commit is contained in:
Eman Resu
2026-03-16 22:45:00 -04:00
committed by GitHub
parent fc60406684
commit 2aec7d5201

View File

@@ -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`