summaryrefslogtreecommitdiff
path: root/doc/api/deprecations.md
diff options
context:
space:
mode:
authorBeth Griggs <Bethany.Griggs@uk.ibm.com>2019-04-09 23:55:02 +0100
committerBeth Griggs <Bethany.Griggs@uk.ibm.com>2019-04-11 17:56:55 +0100
commitd42456020b2399f19a436adf70d0bd0a5e37ad8a (patch)
tree38275261c14ad27a814574a8d853a93ce2394396 /doc/api/deprecations.md
parent06c10cdc4c20e46885e3af94281ec63cda5e7712 (diff)
downloadandroid-node-v8-d42456020b2399f19a436adf70d0bd0a5e37ad8a.tar.gz
android-node-v8-d42456020b2399f19a436adf70d0bd0a5e37ad8a.tar.bz2
android-node-v8-d42456020b2399f19a436adf70d0bd0a5e37ad8a.zip
2019-04-11, Version 11.14.0 (Current)
Notable changes: - child_process: doc deprecate ChildProcess.\_channel (cjihrig) [#26982](https://github.com/nodejs/node/pull/26982) - deps: update nghttp2 to 1.37.0 (gengjiawen) [#26990](https://github.com/nodejs/node/pull/26990) - dns: - make dns.promises enumerable (cjihrig) [#26592](https://github.com/nodejs/node/pull/26592) - remove dns.promises experimental warning (cjihrig) [#26592](https://github.com/nodejs/node/pull/26592) - fs: remove experimental warning for fs.promises (Anna Henningsen) [#26581] (https://github.com/nodejs/node/pull/26581) - stream: make Symbol.asyncIterator support stable (Matteo Collina) [#26989](https://github.com/nodejs/node/pull/26989) - worker: use copy of process.env (Anna Henningsen) [#26544](https://github.com/nodejs/node/pull/26544) PR-URL: https://github.com/nodejs/node/pull/27163
Diffstat (limited to 'doc/api/deprecations.md')
-rw-r--r--doc/api/deprecations.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index 076047ace6..cf06f69fc8 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -2380,7 +2380,7 @@ The `_stream_wrap` module is deprecated.
### DEP0126: timers.active()
<!-- YAML
changes:
- - version: REPLACEME
+ - version: v11.14.0
pr-url: https://github.com/nodejs/node/pull/26760
description: Runtime deprecation.
-->
@@ -2396,7 +2396,7 @@ with no performance impact since Node.js 10.
### DEP0127: timers._unrefActive()
<!-- YAML
changes:
- - version: REPLACEME
+ - version: v11.14.0
pr-url: https://github.com/nodejs/node/pull/26760
description: Runtime deprecation.
-->
@@ -2428,7 +2428,7 @@ Node.js versions.
### DEP0129: ChildProcess._channel
<!-- YAML
changes:
- - version: REPLACEME
+ - version: v11.14.0
pr-url: https://github.com/nodejs/node/pull/26982
description: Documentation-only.
-->