File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ Standard library changes
83
83
* ` intersect ` on ` CartesianIndices ` now returns ` CartesianIndices ` instead of ` Vector{<:CartesianIndex} ` ([ #36643 ] ).
84
84
* ` push!(c::Channel, v) ` now returns channel ` c ` . Previously, it returned the pushed value ` v ` ([ #34202 ] ).
85
85
* ` RegexMatch ` objects can now be probed for whether a named capture group exists within it through ` haskey() ` ([ #36717 ] ).
86
- * For consistency ` haskey(r::RegexMatch, i::Integer) has also been added and returns if the capture group for ` i` exists ([ #37300 ] ).
86
+ * For consistency ` haskey(r::RegexMatch, i::Integer) ` has also been added and returns if the capture group for ` i ` exists ([ #37300 ] ).
87
87
* A new standard library ` TOML ` has been added for parsing and printing [ TOML files] ( https://toml.io ) ([ #37034 ] ).
88
88
89
89
#### LinearAlgebra
You can’t perform that action at this time.
0 commit comments