diff --git a/CHANGELOG.md b/CHANGELOG.md index d2d57b97673282..1c96aaf6847368 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ release lines. Select a Node.js version below to view the changelog history: +* [Node.js 9](doc/changelogs/CHANGELOG_V9.md) * [Node.js 8](doc/changelogs/CHANGELOG_V8.md) * [Node.js 7](doc/changelogs/CHANGELOG_V7.md) * [Node.js 6](doc/changelogs/CHANGELOG_V6.md) @@ -20,13 +21,16 @@ release.
9Current | 8Current | -7- | 6LTS | 4LTS |
---|---|---|---|---|
+9.0.0 + |
+
8.8.1 8.8.0 8.7.0 @@ -43,25 +47,6 @@ release. 8.1.0 8.0.0 |
-
-7.10.1 -7.10.0 -7.9.0 -7.8.0 -7.7.4 -7.7.3 -7.7.2 -7.7.1 -7.7.0 -7.6.0 -7.5.0 -7.4.0 -7.3.0 -7.2.1 -7.2.0 -7.1.0 -7.0.0 - |
6.11.5 6.11.4 diff --git a/doc/api/assert.md b/doc/api/assert.md index 4da3e15125ecfe..7bced00c26b77c 100644 --- a/doc/api/assert.md +++ b/doc/api/assert.md @@ -20,7 +20,7 @@ An alias of [`assert.ok()`][]. * `callbacks` {Object} The [Hook Callbacks][] to register diff --git a/doc/api/crypto.md b/doc/api/crypto.md index fa0804b86fe15c..b962892f9481b9 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -50,7 +50,7 @@ data. The most common usage is handling output generated by the HTML5 ### Certificate.exportChallenge(spkac) - `spkac` {string | Buffer | TypedArray | DataView} - Returns {Buffer} The challenge component of the `spkac` data structure, which @@ -66,7 +66,7 @@ console.log(challenge.toString('utf8')); ### Certificate.exportPublicKey(spkac[, encoding]) - `spkac` {string | Buffer | TypedArray | DataView} - `encoding` {string} @@ -83,7 +83,7 @@ console.log(publicKey); ### Certificate.verifySpkac(spkac) - `spkac` {Buffer | TypedArray | DataView} - Returns {boolean} `true` if the given `spkac` data structure is valid, `false` @@ -1830,7 +1830,7 @@ negative performance implications for some applications, see the @@ -1872,7 +1872,7 @@ console.log(crypto.randomFillSync(a).toString('hex')); diff --git a/doc/api/fs.md b/doc/api/fs.md index ccb2b35a2e967c..06f889e47fba1f 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 diff --git a/doc/api/http.md b/doc/api/http.md index f121fed76ccd59..b57445b13953f3 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) * `socket` {net.Socket} @@ -181,7 +181,7 @@ it for use with the next request. ### agent.reuseSocket(socket, request) * `socket` {net.Socket} diff --git a/doc/api/path.md b/doc/api/path.md index b072ad8135cd3b..eb2621bfa1b208 100644 --- a/doc/api/path.md +++ b/doc/api/path.md @@ -545,7 +545,7 @@ backward slashes (`\`). ## path.toNamespacedPath(path) * `path` {string} diff --git a/doc/api/process.md b/doc/api/process.md index 2ab83806d4d1c5..fa5d60758c3e6c 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -645,7 +645,7 @@ If the Node.js process was not spawned with an IPC channel, diff --git a/doc/api/repl.md b/doc/api/repl.md index d61e9be57c1375..1be90347ac57e1 100644 --- a/doc/api/repl.md +++ b/doc/api/repl.md @@ -379,7 +379,7 @@ within the action function for commands registered using the ### replServer.clearBufferedCommand() The `replServer.clearBufferedComand()` method clears any command that has been @@ -390,7 +390,7 @@ called from within the action function for commands registered using the ### replServer.parseREPLKeyword(keyword, [rest]) * `keyword` {string} the potential keyword to parse and execute diff --git a/doc/api/zlib.md b/doc/api/zlib.md index 9fa9820f34618a..f5a8c7b57fc86c 100644 --- a/doc/api/zlib.md +++ b/doc/api/zlib.md @@ -397,7 +397,7 @@ class of the compressor/decompressor classes. ### zlib.bytesRead * {number} diff --git a/doc/changelogs/CHANGELOG_ARCHIVE.md b/doc/changelogs/CHANGELOG_ARCHIVE.md index 02320672d63128..ba1f385a7cfaa9 100644 --- a/doc/changelogs/CHANGELOG_ARCHIVE.md +++ b/doc/changelogs/CHANGELOG_ARCHIVE.md @@ -151,6 +151,7 @@ |
Current | +
---|
+9.0.0 + |
+