Skip to content

Commit 3313ef5

Browse files
committed
fixup! assert: graduate assert.match and assert.doesNotMatch
1 parent 18fb2df commit 3313ef5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: doc/api/assert.md

+8
Original file line numberDiff line numberDiff line change
@@ -876,6 +876,10 @@ parameter is an instance of an [`Error`][] then it will be thrown instead of the
876876
added:
877877
- v13.6.0
878878
- v12.16.0
879+
changes:
880+
- version: REPLACEME
881+
pr-url: https://github.com/nodejs/node/pull/38111
882+
description: This API is no longer experimental.
879883
-->
880884

881885
* `string` {string}
@@ -1396,6 +1400,10 @@ let err;
13961400
added:
13971401
- v13.6.0
13981402
- v12.16.0
1403+
changes:
1404+
- version: REPLACEME
1405+
pr-url: https://github.com/nodejs/node/pull/38111
1406+
description: This API is no longer experimental.
13991407
-->
14001408

14011409
* `string` {string}

0 commit comments

Comments
 (0)