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/cluster.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/cluster.md')
-rw-r--r--doc/api/cluster.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/api/cluster.md b/doc/api/cluster.md
index a1eb0859c87..c12c9758b94 100644
--- a/doc/api/cluster.md
+++ b/doc/api/cluster.md
@@ -724,7 +724,9 @@ values are `'rr'` and `'none'`.
<!-- YAML
added: v0.7.1
changes:
- - version: v13.2.0
+ - version:
+ - v13.2.0
+ - v12.16.0
pr-url: https://github.com/nodejs/node/pull/30162
description: The `serialization` option is supported now.
- version: v9.5.0