Skip to content

Commit 95c1431

Browse files
rapus95ElOceanografo
authored andcommitted
NEWS for PR JuliaLang#34678: keys(::Generator) pass through (JuliaLang#39775)
1 parent 0344a7b commit 95c1431

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
@@ -51,6 +51,7 @@ Standard library changes
5151
`keep` that are to be kept as they are. ([#38597]).
5252
* `getindex` can now be used on `NamedTuple`s with multiple values ([#38878])
5353
* `keys(::RegexMatch)` is now defined to return the capture's keys, by name if named, or by index if not ([#37299]).
54+
* `keys(::Generator)` is now defined to return the iterator's keys ([#34678])
5455
* `RegexMatch` now iterate to give their captures. ([#34355]).
5556

5657
#### Package Manager

0 commit comments

Comments
 (0)