mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 05:43:11 +00:00
Add named capture groups to changelog
This commit is contained in:
parent
f172b215cf
commit
962ff26b92
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +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`).
|
||||
|
||||
Syntax changes and new commands
|
||||
-------------------------------
|
||||
|
|
Loading…
Reference in a new issue