From 68455f2d46af8397dcfa18cd4adf9365d2c28799 Mon Sep 17 00:00:00 2001 From: David Adam Date: Mon, 5 Oct 2020 21:12:51 +0800 Subject: [PATCH] CHANGELOG: note that stderr-nocaret will be default in future Work on #7105. --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f9912511c..006f9c5b8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 -------------------------------