Update CHANGELOG.rst

This commit is contained in:
Aaron Gyes 2022-10-22 13:34:12 -07:00 committed by GitHub
parent 3f327dca79
commit 9499582a8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,7 @@ Notable improvements and fixes
^~^
- 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`).
- An intermittent command completion error on macOS Ventura has been fixed.
=======