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>2019-09-04 01:10:04 +0300
committerRuben Bridgewater <ruben@bridgewater.de>2019-09-04 21:10:18 +0300
commit02c74e72eacc34fa90ae85983900a5d93f13b6c8 (patch)
tree16244a6b517d30479d8e21c9832048798012eb91 /doc/api/net.md
parent18cb4372d1fccb58580f82a58649454032774832 (diff)
2019-09-04, Version 12.10.0 (Current)
Notable changes: * deps: * Update npm to 6.10.3 (isaacs) https://github.com/nodejs/node/pull/29023 * fs: * Add recursive option to rmdir() (cjihrig) https://github.com/nodejs/node/pull/29168 * Allow passing true to emitClose option (Giorgos Ntemiris) https://github.com/nodejs/node/pull/29212 * Add \*timeNs properties to BigInt Stats objects (Joyee Cheung) https://github.com/nodejs/node/pull/21387 * net: * Allow reading data into a static buffer (Brian White) https://github.com/nodejs/node/pull/25436 PR-URL: https://github.com/nodejs/node/pull/29429
Diffstat (limited to 'doc/api/net.md')
-rw-r--r--doc/api/net.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/net.md b/doc/api/net.md
index 21614411f54..b5cbd3e90ee 100644
--- a/doc/api/net.md
+++ b/doc/api/net.md
@@ -596,7 +596,7 @@ for the [`'connect'`][] event **once**.
<!-- YAML
added: v0.1.90
changes:
- - version: REPLACEME
+ - version: v12.10.0
pr-url: https://github.com/nodejs/node/pull/25436
description: Added `onread` option.
- version: v6.0.0