Skip to content

Commit

Permalink
=update news for RegexMatch iterating
Browse files Browse the repository at this point in the history
fix typo in news

Co-authored-by: Curtis Vogt <curtis.vogt@gmail.com>
  • Loading branch information
oxinabox and omus committed Nov 27, 2020
1 parent 6e4a8d1 commit ebf2d1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ Standard library changes
results table ([#38042]).
* `@testset` now supports the option `verbose` to show the test result summary
of the children even if they all pass ([#33755]).
* `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]).

#### LinearAlgebra

Expand Down

0 comments on commit ebf2d1a

Please sign in to comment.