summaryrefslogtreecommitdiff
path: root/doc/api/assert.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/assert.md')
-rw-r--r--doc/api/assert.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/api/assert.md b/doc/api/assert.md
index 19111f5137..094dcbc7f2 100644
--- a/doc/api/assert.md
+++ b/doc/api/assert.md
@@ -1056,6 +1056,10 @@ instead of the `AssertionError`.
<!-- YAML
added: v0.1.21
changes:
+ - version: REPLACEME
+ pr-url: https://github.com/nodejs/node/pull/20485
+ description: The `error` parameter can be an object containing regular
+ expressions now.
- version: v9.9.0
pr-url: https://github.com/nodejs/node/pull/17584
description: The `error` parameter can now be an object as well.