diff options
author | Anna Henningsen <anna@addaleax.net> | 2017-06-10 18:19:20 +0200 |
---|---|---|
committer | James M Snell <jasnell@gmail.com> | 2017-06-13 15:32:26 -0700 |
commit | 9dc3f936c78621c0e1781f65b336bff920187a82 (patch) | |
tree | a020abda8366b49c5466a3b930deaee6c5ea8f33 /CHANGELOG.md | |
parent | e318c8a97a4adc2503d9c16a9af9f34df0e42d1b (diff) | |
download | node-new-9dc3f936c78621c0e1781f65b336bff920187a82.tar.gz |
2017-06-13, Version 8.1.1 (Current)
* **Child processes**
* `stdout` and `stderr` are now available on the error output of a
failed call to the `util.promisify()`ed version of
`child_process.exec`.
[[`d66d4fc94c`](https://github.com/nodejs/node/commit/d66d4fc94c)]
[#13388](https://github.com/nodejs/node/pull/13388)
* **HTTP**
* A regression that broke certain scenarios in which HTTP is used together
with the `cluster` module has been fixed.
[[`fff8a56d6f`](https://github.com/nodejs/node/commit/fff8a56d6f)]
[#13578](https://github.com/nodejs/node/pull/13578)
* **HTTPS**
* The `rejectUnauthorized` option now works properly for unix sockets.
[[`c4cbd99d37`](https://github.com/nodejs/node/commit/c4cbd99d37)]
[#13505](https://github.com/nodejs/node/pull/13505)
* **Readline**
* A change that broke `npm init` and other code which uses `readline`
multiple times on the same input stream is reverted.
[[`0df6c0b5f0`](https://github.com/nodejs/node/commit/0df6c0b5f0)]
[#13560](https://github.com/nodejs/node/pull/13560)
PR-URL: https://github.com/nodejs/node/pull/13598
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ba53e4da05..2d48a45185 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,7 +27,8 @@ release. </tr> <tr> <td valign="top"> -<b><a href="doc/changelogs/CHANGELOG_V8.md#8.1.0">8.1.0</a></b><br/> +<b><a href="doc/changelogs/CHANGELOG_V8.md#8.1.1">8.1.1</a></b><br/> +<a href="doc/changelogs/CHANGELOG_V8.md#8.1.0">8.1.0</a><br/> <a href="doc/changelogs/CHANGELOG_V8.md#8.0.0">8.0.0</a><br/> </td> <td valign="top"> |