summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/api/async_hooks.md2
-rw-r--r--doc/api/fs.md2
-rw-r--r--doc/api/http.md4
-rw-r--r--doc/api/zlib.md2
4 files changed, 5 insertions, 5 deletions
diff --git a/doc/api/async_hooks.md b/doc/api/async_hooks.md
index dd04b7b28d..bc90b16837 100644
--- a/doc/api/async_hooks.md
+++ b/doc/api/async_hooks.md
@@ -76,7 +76,7 @@ function promiseResolve(asyncId) { }
#### `async_hooks.createHook(callbacks)`
<!-- YAML
-added: v9.0.0
+added: v8.1.0
-->
* `callbacks` {Object} The [Hook Callbacks][] to register
diff --git a/doc/api/fs.md b/doc/api/fs.md
index c282b418d3..e831dd94b1 100644
--- a/doc/api/fs.md
+++ b/doc/api/fs.md
@@ -316,7 +316,7 @@ argument to `fs.createReadStream()`. If `path` is passed as a string, then
<!-- YAML
added: v0.1.21
changes:
- - version: v9.0.0
+ - version: v8.1.0
pr-url: https://github.com/nodejs/node/pull/13173
description: Added times as numbers.
-->
diff --git a/doc/api/http.md b/doc/api/http.md
index b57445b139..cb4eff0732 100644
--- a/doc/api/http.md
+++ b/doc/api/http.md
@@ -161,7 +161,7 @@ socket/stream from this function, or by passing the socket/stream to `callback`.
### agent.keepSocketAlive(socket)
<!-- YAML
-added: v9.0.0
+added: v8.1.0
-->
* `socket` {net.Socket}
@@ -181,7 +181,7 @@ it for use with the next request.
### agent.reuseSocket(socket, request)
<!-- YAML
-added: v9.0.0
+added: v8.1.0
-->
* `socket` {net.Socket}
diff --git a/doc/api/zlib.md b/doc/api/zlib.md
index 1f4e23f2e4..0513699fb0 100644
--- a/doc/api/zlib.md
+++ b/doc/api/zlib.md
@@ -397,7 +397,7 @@ class of the compressor/decompressor classes.
### zlib.bytesRead
<!-- YAML
-added: v9.0.0
+added: v8.1.0
-->
* {number}