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:
authorRuben Bridgewater <ruben@bridgewater.de>2020-04-28 14:54:04 +0300
committerRuben Bridgewater <ruben@bridgewater.de>2020-04-30 01:24:31 +0300
commitd7b02c3cadb9f725579df30aa6bb082399961fbf (patch)
treefa8ec275d18d576f88b52c0b903ae4919345e114 /doc/api/https.md
parentac8dba32247a2f074f820ceff5f627b1d1a0bd06 (diff)
2020-04-29, Version 13.14.0 (Current)
Notable Changes: * async_hooks**: * Merge `run` and `exit` methods (Andrey Pechkurov) https://github.com/nodejs/node/pull/31950 * Prevent sync methods of async storage exiting outer context (Stephen Belanger) https://github.com/nodejs/node/pull/31950 * vm: * Add `importModuleDynamically` option to compileFunction (Gus Caplan) https://github.com/nodejs/node/pull/32985 New core collaborators: With this release, we welcome two new Node.js core collaborators: * Juan José Arboleda @juanarbol https://github.com/nodejs/node/pull/32906 * Andrey Pechkurov @puzpuzpuz https://github.com/nodejs/node/pull/32817 PR-URL: https://github.com/nodejs/node/pull/33122
Diffstat (limited to 'doc/api/https.md')
-rw-r--r--doc/api/https.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/api/https.md b/doc/api/https.md
index e0fd793fa36..4476cf5eaa4 100644
--- a/doc/api/https.md
+++ b/doc/api/https.md
@@ -240,7 +240,9 @@ Global instance of [`https.Agent`][] for all HTTPS client requests.
<!-- YAML
added: v0.3.6
changes:
- - version: v14.1.0
+ - version:
+ - v14.1.0
+ - v13.14.0
pr-url: https://github.com/nodejs/node/pull/32786
description: The `highWaterMark` option is accepted now.
- version: v10.9.0