From 3d0200a1154c1a7e02a6215fb1457531b3f444e5 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Sun, 6 Dec 2020 15:40:46 +0100 Subject: [PATCH] CHANGELOG: string is now a reserved word and can't be used for functions. --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c2f5890b1..b6c125216 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -38,7 +38,7 @@ Notable improvements and fixes or non-matching wildcards, as these could be defined differently at runtime (especially for functions). This makes it usable as a static syntax checker (:issue:`977`). - ``type`` is now a builtin and therefore much faster (:issue:`7342`). -- ``string match --regex`` now imports named PCRE2 capture groups as fish variables (:issue:`7459`). +- ``string match --regex`` now imports named PCRE2 capture groups as fish variables (:issue:`7459`). Note: Because of this, it can no longer be wrapped in a function and the name has been added as a reserved word. - Globs and other expansions are limited to 512k results (:issue:`7226`). Syntax changes and new commands