CHANGELOG: Add the PRs

I missed the PRs without associated issue.

[ci skip]
This commit is contained in:
Fabian Homborg 2019-01-26 21:36:27 +01:00
parent 0d0a686ea2
commit 368787060b

View File

@ -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).