Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2018-05-14 20:35:45 +0300
committerAnna Henningsen <anna@addaleax.net>2018-05-14 20:52:35 +0300
commit50b334befd494546faca720e541ea88f7553731c (patch)
tree5aae6758150e847a682a7ab9421e365d7f9a4f00 /doc/api/assert.md
parenta9c34b4a80cf942a082379e3f1f3071238018076 (diff)
doc: add missing `changes:` entry for assert.throws
Refs: https://github.com/nodejs/node/pull/20485 PR-URL: https://github.com/nodejs/node/pull/20723 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
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 19111f5137c..094dcbc7f21 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.