Skip to content

Commit

Permalink
NEWS for PR JuliaLang#34678: keys(::Generator) pass through (JuliaLan…
Browse files Browse the repository at this point in the history
  • Loading branch information
rapus95 authored and antoine-levitt committed May 9, 2021
1 parent 5c91d8e commit 05680f3
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 @@ -51,6 +51,7 @@ Standard library changes
`keep` that are to be kept as they are. ([#38597]).
* `getindex` can now be used on `NamedTuple`s with multiple values ([#38878])
* `keys(::RegexMatch)` is now defined to return the capture's keys, by name if named, or by index if not ([#37299]).
* `keys(::Generator)` is now defined to return the iterator's keys ([#34678])
* `RegexMatch` now iterate to give their captures. ([#34355]).

#### Package Manager
Expand Down

0 comments on commit 05680f3

Please sign in to comment.