From b5b0973ed372488038f5c14aa5f4f9e17907db0f Mon Sep 17 00:00:00 2001 From: Elliot Saba Date: Fri, 17 Jul 2020 13:26:58 -0700 Subject: [PATCH] Add `NEWS.md` --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index 8343a2bab04c8..f0e2d072fbd50 100644 --- a/NEWS.md +++ b/NEWS.md @@ -76,6 +76,7 @@ Standard library changes * `first` and `last` functions now accept an integer as second argument to get that many leading or trailing elements of any iterable ([#34868]). * `intersect` on `CartesianIndices` now returns `CartesianIndices` instead of `Vector{<:CartesianIndex}` ([#36643]). +* `RegexMatch` objects can now be probed for whether a named capture group exists within it through `haskey()` ([#36717]). #### LinearAlgebra * New method `LinearAlgebra.issuccess(::CholeskyPivoted)` for checking whether pivoted Cholesky factorization was successful ([#36002]).