Skip to content

Commit 808b655

Browse files
committed
Add NEWS.md
1 parent 4a279f9 commit 808b655

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
@@ -73,6 +73,7 @@ Standard library changes
7373
* `first` and `last` functions now accept an integer as second argument to get that many
7474
leading or trailing elements of any iterable ([#34868]).
7575
* `intersect` on `CartesianIndices` now returns `CartesianIndices` instead of `Vector{<:CartesianIndex}` ([#36643]).
76+
* `RegexMatch` objects can now be probed for whether a named capture group exists within it through `haskey()` ([#36717]).
7677

7778
#### LinearAlgebra
7879
* New method `LinearAlgebra.issuccess(::CholeskyPivoted)` for checking whether pivoted Cholesky factorization was successful ([#36002]).

0 commit comments

Comments
 (0)