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:
authorMichaël Zasso <targos@protonmail.com>2020-04-22 21:34:46 +0300
committerMichaël Zasso <targos@protonmail.com>2020-04-28 16:24:52 +0300
commit165011ea983dc734821f58832d4e4713ee81f326 (patch)
tree64988b3070aaea239ee5ccd736363786681f65de /doc/api/perf_hooks.md
parent9c7c8769183b5d58925925b8d34571f41e7be275 (diff)
2020-04-28, Version 12.16.3 'Erbium' (LTS)
Notable changes: Dependencies: * Updated OpenSSL to 1.1.1g. https://github.com/nodejs/node/pull/32971 * Updated c-ares to 1.16.0. https://github.com/nodejs/node/pull/32246 * Updated experimental uvwasi to 0.0.6. https://github.com/nodejs/node/pull/32309 ESM (experimental): * Additional warnings are no longer printed for modules that use conditional exports or package name self resolution. https://github.com/nodejs/node/pull/31845 PR-URL: https://github.com/nodejs/node/pull/33009
Diffstat (limited to 'doc/api/perf_hooks.md')
-rw-r--r--doc/api/perf_hooks.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/api/perf_hooks.md b/doc/api/perf_hooks.md
index 79426c36cae..32f99545817 100644
--- a/doc/api/perf_hooks.md
+++ b/doc/api/perf_hooks.md
@@ -60,7 +60,9 @@ to mark specific significant moments in the Performance Timeline.
<!-- YAML
added: v8.5.0
changes:
- - version: v13.13.0
+ - version:
+ - v13.13.0
+ - v12.16.3
pr-url: https://github.com/nodejs/node/pull/32651
description: Make `startMark` and `endMark` parameters optional.
-->