From a47d249989ab68ca65f9923f6f8b366052fa6a32 Mon Sep 17 00:00:00 2001 From: Tim Holy Date: Sat, 14 Aug 2021 14:27:51 -0500 Subject: [PATCH] Update NEWS.md --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 215b9f66fddb71..ec05c7ae9e16cc 100644 --- a/NEWS.md +++ b/NEWS.md @@ -39,7 +39,7 @@ New library features * `@test_throws "some message" triggers_error()` can now be used to check whether the displayed error text contains "some message" regardless of the specific exception type. - Regular expressions are also supported. ([#?????]) + Regular expressions are also supported. ([#41888) Standard library changes ------------------------