diff options
Diffstat (limited to 'doc/api/assert.md')
-rw-r--r-- | doc/api/assert.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/api/assert.md b/doc/api/assert.md index c1bcc9ebb3..2ecf628e4a 100644 --- a/doc/api/assert.md +++ b/doc/api/assert.md @@ -15,12 +15,12 @@ For more information about the used equality comparisons see ## Strict mode <!-- YAML -added: REPLACEME +added: v9.9.0 changes: - - version: REPLACEME - pr-url: https://github.com/nodejs/node/pull/REPLACEME + - version: v9.9.0 + pr-url: https://github.com/nodejs/node/pull/17615 description: Added error diffs to the strict mode - - version: REPLACEME + - version: v9.9.0 pr-url: https://github.com/nodejs/node/pull/17002 description: Added strict mode to the assert module. --> @@ -765,8 +765,8 @@ instead of the `AssertionError`. <!-- YAML added: v0.1.21 changes: - - version: REPLACEME - pr-url: https://github.com/nodejs/node/pull/REPLACEME + - version: v9.9.0 + pr-url: https://github.com/nodejs/node/pull/17584 description: The `error` parameter can now be an object as well. - version: v4.2.0 pr-url: https://github.com/nodejs/node/pull/3276 |