mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
CHANGELOG: note that stderr-nocaret will be default in future
Work on #7105.
This commit is contained in:
parent
ad789d4242
commit
68455f2d46
1 changed files with 1 additions and 0 deletions
|
@ -232,6 +232,7 @@ Deprecations and removed features
|
|||
---------------------------------
|
||||
- fish no longer attempts to modify the terminal size via `TIOCSWINSZ`.
|
||||
- The `fish_color_match` variable is no longer used. (Previously this controlled the color of matching quotes and parens when using `read`).
|
||||
- fish 3.2.0 will be the last release in which the redirection to standard error with the ``^`` character is enabled. The ``stderr-nocaret`` feature flag will be changed to "on" in future releases.
|
||||
|
||||
For distributors and developers
|
||||
-------------------------------
|
||||
|
|
Loading…
Reference in a new issue