diff --git a/CHANGELOG.md b/CHANGELOG.md index 565420a05..cd377982e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,9 @@ This release of fish fixes a number of major issues discovered in fish 3.0.0. - A potential crash in `string match` discovered via GLIBCXX_ASSERTIONS was fixed. (#5479) - A crash on FreeBSD related to the wcstod_l function was fixed. (#5453) - An assertion that checked getpid() in a tight loop was removed, increasing performance in some cases up to 40%. (#5447) +- `string` now prints help to stdout, like other builtins. (#5495) +- The completions for `configure` now correctly offer directories. (#5518) +- The `man` completions won't interpret the argument as a regex anymore. (#5566) If you are upgrading from version 2.7.1 or before, please also review the release notes for 3.0.0 and 3.0b1 (included below).