From e707c530ee33ed9f7f115965d8897540c907d39f Mon Sep 17 00:00:00 2001 From: Mahmoud Al-Qudsi Date: Wed, 13 Feb 2019 16:44:28 -0600 Subject: [PATCH] Add note about b247c8d9ada92c4d039453a551b83cc0ff40724e to CHANGELOG There isn't an issue explicitly associated with this, so it'll probably get lost. [ci skip] --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 646bbe08c..f28ee5c25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ - 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 + ### Syntax changes and new commands - None yet.