From 6b060a54e31abb13f1ba824382db5ebc64603628 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Sat, 26 Jan 2019 21:36:27 +0100 Subject: [PATCH] CHANGELOG: Add the PRs I missed the PRs without associated issue. [ci skip] --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c09f4331..7f91f26f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,9 @@ - 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) # fish 3.0.0 (released December 28, 2018)