diff --git a/CHANGELOG.md b/CHANGELOG.md index ace79efd98eb37..74b83c56eb87f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,7 +29,8 @@ release. -9.8.0
+9.9.0
+9.8.0
9.7.1
9.7.0
9.6.1
diff --git a/doc/api/assert.md b/doc/api/assert.md index c1bcc9ebb31a5b..2ecf628e4aa80a 100644 --- a/doc/api/assert.md +++ b/doc/api/assert.md @@ -15,12 +15,12 @@ For more information about the used equality comparisons see ## Strict mode @@ -765,8 +765,8 @@ instead of the `AssertionError`. * Returns: {Buffer|undefined} The latest `Finished` message that has been @@ -646,7 +646,7 @@ If the peer does not provide a certificate, an empty object will be returned. ### tlsSocket.getPeerFinished() * Returns: {Buffer|undefined} The latest `Finished` message that is expected diff --git a/doc/api/tty.md b/doc/api/tty.md index ce6dbae8fa6e7d..a3ade6656f3c19 100644 --- a/doc/api/tty.md +++ b/doc/api/tty.md @@ -123,7 +123,7 @@ is updated whenever the `'resize'` event is emitted. ### writeStream.getColorDepth([env]) * `env` {object} A object containing the environment variables to check. diff --git a/doc/api/util.md b/doc/api/util.md index bc1d3ae262ae50..77940425e1d226 100644 --- a/doc/api/util.md +++ b/doc/api/util.md @@ -316,8 +316,8 @@ stream.write('With ES6');