diff options
author | James M Snell <jasnell@gmail.com> | 2017-06-05 13:26:03 -0700 |
---|---|---|
committer | Rod Vagg <rod@vagg.org> | 2017-06-08 20:54:01 +1000 |
commit | d7f69192283b8483cd2a503ad0d3708ea85ee69c (patch) | |
tree | 9a96cd443a3097d4af6330dc78e164cd83a45d68 /CHANGELOG.md | |
parent | f38302d92e7a80bbf2f53f48dac09b910dba391e (diff) | |
download | node-new-d7f69192283b8483cd2a503ad0d3708ea85ee69c.tar.gz |
2017-05-07, Version 8.1.0 (Current)
* **Async Hooks**
* When one `Promise` leads to the creation of a new `Promise`, the parent
`Promise` will be identified as the trigger
[[`135f4e6643`](https://github.com/nodejs/node/commit/135f4e6643)]
[#13367](https://github.com/nodejs/node/pull/13367).
* **Dependencies**
* libuv has been updated to 1.12.0
[[`968596ec77`](https://github.com/nodejs/node/commit/968596ec77)]
[#13306](https://github.com/nodejs/node/pull/13306).
* npm has been updated to 5.0.3
[[`ffa7debd7a`](https://github.com/nodejs/node/commit/ffa7debd7a)]
[#13487](https://github.com/nodejs/node/pull/13487).
* **File system**
* The `fs.exists()` function now works correctly with `util.promisify()`
[[`6e0eccd7a1`](https://github.com/nodejs/node/commit/6e0eccd7a1)]
[#13316](https://github.com/nodejs/node/pull/13316).
* fs.Stats times are now also available as numbers
[[`c756efb25a`](https://github.com/nodejs/node/commit/c756efb25a)]
[#13173](https://github.com/nodejs/node/pull/13173).
* **Inspector**
* It is now possible to bind to a random port using `--inspect=0`
[[`cc6ec2fb27`](https://github.com/nodejs/node/commit/cc6ec2fb27)]
[#5025](https://github.com/nodejs/node/pull/5025).
* **Zlib**
* A regression in the Zlib module that made it impossible to properly
subclasses `zlib.Deflate` and other Zlib classes has been fixed.
[[`6aeb555cc4`](https://github.com/nodejs/node/commit/6aeb555cc4)]
[#13374](https://github.com/nodejs/node/pull/13374).
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 71f8ecb2ed..ba53e4da05 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.0.0">8.0.0</a></b><br/> +<b><a href="doc/changelogs/CHANGELOG_V8.md#8.1.0">8.1.0</a></b><br/> +<a href="doc/changelogs/CHANGELOG_V8.md#8.0.0">8.0.0</a><br/> </td> <td valign="top"> <b><a href="doc/changelogs/CHANGELOG_V7.md#7.10.0">7.10.0</a></b><br/> |