From fe029d4d2789f1ca0dc6b0f3dab421e69fc45067 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Tue, 5 Mar 2019 10:42:35 +0100 Subject: [PATCH] CHANGELOG: Remove reverted fix for read in fish_title 11009de431fcad5b8e8fc55b3903811290062200 reverted b247c8d9ada92c4d039453a551b83cc0ff40724e because it did not work. [ci skip] --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5eabb074..d5a33add6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,6 @@ - The vcs-prompt functions have been renamed to names without double-underscore, so __fish_git_prompt is now fish_git_prompt, __fish_vcs_prompt is now fish_vcs_prompt, __fish_hg_prompt is now fish_hg_prompt and __fish_svn_prompt is now fish_svn_prompt. Shims at the old names have been added, and the variables have kept their old names (#5586). ## Notable fixes and improvements -- Fixed infinite recursion triggered if a custom `fish_title` function calls `read` interactively - Add `$pipestatus` support - `string split0` now returns 0 if it split something (#5701).