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>2020-04-24 19:43:06 +0300
committerAnna Henningsen <anna@addaleax.net>2020-04-28 16:23:46 +0300
commit9c7c8769183b5d58925925b8d34571f41e7be275 (patch)
tree5b2b94f2caa1db734b8542ca4b6b9d7ea3883455 /doc/api/assert.md
parent039c5e4b893071ab8857794ea421481b87fb31eb (diff)
doc: fix LTS replaceme tags
When cherry-picking release commits for LTS releases into master, the `REPLACEME` metadata can be taken over as well, to give users a more accurate view of what is being released on which release line. This addresses this problem for all previous LTS releases for which this has not been done. Fixes: https://github.com/nodejs/node/issues/33001 PR-URL: https://github.com/nodejs/node/pull/33041 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Shelley Vohr <codebytere@gmail.com>
Diffstat (limited to 'doc/api/assert.md')
-rw-r--r--doc/api/assert.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/api/assert.md b/doc/api/assert.md
index 9baccfeaa7f..f8178ed6ec1 100644
--- a/doc/api/assert.md
+++ b/doc/api/assert.md
@@ -11,7 +11,9 @@ invariants.
<!-- YAML
added: v9.9.0
changes:
- - version: v13.9.0
+ - version:
+ - v13.9.0
+ - v12.16.2
description: Changed "strict mode" to "strict assertion mode" and "legacy
mode" to "legacy assertion mode" to avoid confusion with the
more usual meaining of "strict mode".
@@ -564,7 +566,9 @@ parameter is an instance of an [`Error`][] then it will be thrown instead of the
## `assert.doesNotMatch(string, regexp[, message])`
<!-- YAML
-added: v13.6.0
+added:
+ - v13.6.0
+ - v12.16.0
-->
* `string` {string}
@@ -911,7 +915,9 @@ let err;
## `assert.match(string, regexp[, message])`
<!-- YAML
-added: v13.6.0
+added:
+ - v13.6.0
+ - v12.16.0
-->
* `string` {string}