Relnote fix for expansion limits

This commit is contained in:
ridiculousfish 2020-12-05 13:23:23 -08:00
parent 594a6a35e8
commit 8a29fa6778

View File

@ -39,6 +39,7 @@ Notable improvements and fixes
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`).
- Globs and other expansions are limited to 512k results (:issue:`7226`).
Syntax changes and new commands
-------------------------------