We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efe1ca5 commit 7a22050Copy full SHA for 7a22050
NEWS.md
@@ -117,6 +117,7 @@ Standard library changes
117
* The `Pkg.Artifacts` module has been imported as a separate standard library. It is still available as
118
`Pkg.Artifacts`, however starting from Julia v1.6+, packages may import simply `Artifacts` without importing
119
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]).
121
122
#### LinearAlgebra
123
0 commit comments