diff --git a/CHANGELOG.md b/CHANGELOG.md index 2be28aa6104fe4..b1e1e3e9e0a765 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,8 @@ release lines. Select a Node.js version below to view the changelog history: -* [Node.js 10](doc/changelogs/CHANGELOG_V10.md) — **Current** +* [Node.js 11](doc/changelogs/CHANGELOG_V11.md) - **Current** +* [Node.js 10](doc/changelogs/CHANGELOG_V10.md) — Current * [Node.js 9](doc/changelogs/CHANGELOG_V9.md) — End-of-Life * [Node.js 8](doc/changelogs/CHANGELOG_V8.md) — **Long Term Support** * [Node.js 7](doc/changelogs/CHANGELOG_V7.md) — End-of-Life @@ -25,12 +26,16 @@ release.
11Current | 10Current | 8LTS | 6LTS |
---|---|---|---|
+11.0.0 + |
+
10.12.0 10.11.0 10.10.0 diff --git a/doc/api/buffer.md b/doc/api/buffer.md index 11f3795741b3d3..82d04deb1a697c 100644 --- a/doc/api/buffer.md +++ b/doc/api/buffer.md @@ -1197,7 +1197,7 @@ console.log(buf1.equals(buf3)); @@ -2121,7 +2121,7 @@ only. Use of `process.binding()` by userland code is unsupported. ### DEP0112: dgram private APIs @@ -2139,7 +2139,7 @@ accessed outside of Node.js core: `Socket.prototype._handle`, ### DEP0113: Cipher.setAuthTag(), Decipher.getAuthTag() @@ -2155,7 +2155,7 @@ release. ### DEP0114: crypto._toBuf() @@ -2169,7 +2169,7 @@ of Node.js core and will be removed in the future. ### DEP0115: crypto.prng(), crypto.pseudoRandomBytes(), crypto.rng() @@ -2221,7 +2221,7 @@ improper use of the native object can lead to crashing the application. ### DEP0118: dns.lookup() support for a falsy hostname @@ -2237,7 +2237,7 @@ It will become an error in future versions of Node.js. ### DEP0119: process.binding('uv').errname() private API diff --git a/doc/api/errors.md b/doc/api/errors.md index 3ba2742b94acd3..5c593e0fcd1b95 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -1916,7 +1916,7 @@ Used when an invalid character is found in an HTTP response status message ### ERR_INDEX_OUT_OF_RANGE A given index was out of the accepted range (e.g. negative offsets). diff --git a/doc/api/fs.md b/doc/api/fs.md index b3af66364b1cbb..baf92fa3a20f15 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -1410,7 +1410,7 @@ fs.copyFileSync('source.txt', 'destination.txt', COPYFILE_EXCL); @@ -180,7 +180,7 @@ added: v0.0.1 ## TextDecoder @@ -189,7 +189,7 @@ The WHATWG `TextDecoder` class. See the [`TextDecoder`][] section. ## TextEncoder diff --git a/doc/api/http.md b/doc/api/http.md index e500db033e4770..d56e3b23a1611e 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -532,7 +532,7 @@ in the response to be dropped and the socket to be destroyed. diff --git a/doc/api/timers.md b/doc/api/timers.md index df645c104a286d..0221cc86be0a9a 100644 --- a/doc/api/timers.md +++ b/doc/api/timers.md @@ -25,7 +25,7 @@ functions that can be used to control this default behavior. ### immediate.hasRef() * Returns: {boolean} @@ -72,7 +72,7 @@ control this default behavior. ### timeout.hasRef() * Returns: {boolean} diff --git a/doc/api/url.md b/doc/api/url.md index d6f41a33f503cf..04abdf69b021ed 100644 --- a/doc/api/url.md +++ b/doc/api/url.md @@ -969,7 +969,7 @@ pathToFileURL('/some/path%.js'); // Correct: file:///some/path%25 (POSIX) ### Legacy `urlObject` @@ -1078,7 +1078,7 @@ forward-slash characters (`/`) are required following the colon in the @@ -996,8 +996,8 @@ mark. diff --git a/doc/changelogs/CHANGELOG_ARCHIVE.md b/doc/changelogs/CHANGELOG_ARCHIVE.md index 945038201eb2a4..5ee962a21564d2 100644 --- a/doc/changelogs/CHANGELOG_ARCHIVE.md +++ b/doc/changelogs/CHANGELOG_ARCHIVE.md @@ -154,6 +154,7 @@ |
Current | +
---|
+11.0.0 + |
+