From ee62bee9cd5f1c28548b2cd1af172668619579e6 Mon Sep 17 00:00:00 2001 From: Mahmoud Al-Qudsi Date: Tue, 25 Oct 2022 13:51:18 -0500 Subject: [PATCH] CHANGELOG: Document eval overflow fix [ci skip] --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4793bbdae..378d50337 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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`). +- A possible stack overflow when recursively evaluating substitutions has been fixed (:issue:`9302`). =======