From b5a8d6b5055b24987e497a2b9cfa4b08522655a7 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Wed, 18 May 2022 18:51:48 +0200 Subject: [PATCH] CHANGELOG eval --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8be9e274a..4cb2ab748 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -54,6 +54,7 @@ Deprecations and removed features This makes it easier to make self-contained colorschemes that don't accidentally use color that was set before. ``fish_config`` has been adjusted to set known color variables that a theme doesn't explicitly set to empty. (:issue:`8793`) +- ``eval`` is now a reserved keyword, so it can't be used as a function name. This follows ``set`` and ``read``, and is necessary because it can't be cleanly shadowed by a function - at the very least ``eval set -l argv foo`` breaks. Fish will ignore autoload files for it, so left over ``eval.fish`` from previous fish versions won't be loaded. Scripting improvements ----------------------