From f122eb666bfa2b7a1f2cffa3e2766812deb60094 Mon Sep 17 00:00:00 2001 From: Mahmoud Al-Qudsi Date: Thu, 20 Oct 2022 11:19:48 -0500 Subject: [PATCH] Changelog: Mention new `set -eglU` support --- CHANGELOG.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a4efa172e..567038555 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -25,6 +25,9 @@ Notable improvements and fixes for a,b in y 1 z 3 ^~^ - A new helper function ``fish_delta`` can be used to show the difference to fish's stock configuration (:issue:`9255`). +- It is now possible to specify multiple scopes for ``set -e`` and all of the named variables present in any of the specified scopes will be erased. This makes it possible to remove all instances of a variable in all scopes (``set -efglU foo``) in one go (:issue:`7711`). + +======= Deprecations and removed features ---------------------------------