From 06a5076d9eefba7ba269f015338b954cccb17e95 Mon Sep 17 00:00:00 2001 From: Aaron Date: Sun, 21 Feb 2021 12:56:17 +0100 Subject: [PATCH 1/2] Add news entry for PR #34678 Feature already merged at https://github.com/JuliaLang/julia/pull/34678 --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index 36839b41fa989..7ea58f35b68d9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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](https://github.com/JuliaLang/julia/pull/34678)) * `RegexMatch` now iterate to give their captures. ([#34355]). #### Package Manager From 13a20e6ffc308d09391e746413b3158a3c02b44a Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Sun, 21 Feb 2021 16:19:54 +0100 Subject: [PATCH 2/2] Update NEWS.md Co-authored-by: Simeon Schaub --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 7ea58f35b68d9..e626b7a276197 100644 --- a/NEWS.md +++ b/NEWS.md @@ -51,7 +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](https://github.com/JuliaLang/julia/pull/34678)) +* `keys(::Generator)` is now defined to return the iterator's keys ([#34678]) * `RegexMatch` now iterate to give their captures. ([#34355]). #### Package Manager