Skip to content

Commit 7a22050

Browse files
committed
add to News.md about defining keys on RegexMatch
fix whitespace
1 parent efe1ca5 commit 7a22050

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
@@ -117,6 +117,7 @@ Standard library changes
117117
* The `Pkg.Artifacts` module has been imported as a separate standard library. It is still available as
118118
`Pkg.Artifacts`, however starting from Julia v1.6+, packages may import simply `Artifacts` without importing
119119
all of `Pkg` alongside. ([#37320])
120+
* `keys(::RegexMatch)` is now defined to return the captures keys, by name if named, or by index if not ([#37299]).
120121

121122
#### LinearAlgebra
122123

0 commit comments

Comments
 (0)