CHANGELOG: note that stderr-nocaret will be default in future

Work on #7105.
This commit is contained in:
David Adam 2020-10-05 21:12:51 +08:00
parent ad789d4242
commit 68455f2d46

View file

@ -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
-------------------------------