mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
Add note about b247c8d9ad
to CHANGELOG
There isn't an issue explicitly associated with this, so it'll probably get lost. [ci skip]
This commit is contained in:
parent
5607bc1396
commit
e707c530ee
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue