diff --git a/NEWS.md b/NEWS.md index 7793ba31b7f246..171ab7b4f2a83c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -44,6 +44,7 @@ Standard library changes * `iseven` and `isodd` functions now support non-`Integer` numeric types ([#38976]). * `escape_string` can now receive a collection of characters in the keyword `keep` that are to be kept as they are. ([#38597]). +* `RegexMatch` now iterate to give their captures. This means you can write `foo(::Nothing)` and `foo((cap1, cap2)::RegexMatch)` to dispatch on if `match` found anything or not ([#34355]). #### Package Manager