Skip to content

Commit ebf2d1a

Browse files
oxinaboxomus
andcommitted
=update news for RegexMatch iterating
fix typo in news Co-authored-by: Curtis Vogt <[email protected]>
1 parent 6e4a8d1 commit ebf2d1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

NEWS.md

+1
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ Standard library changes
157157
results table ([#38042]).
158158
* `@testset` now supports the option `verbose` to show the test result summary
159159
of the children even if they all pass ([#33755]).
160+
* `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]).
160161

161162
#### LinearAlgebra
162163

0 commit comments

Comments
 (0)