diff options
author | Myles Borins <mylesborins@google.com> | 2018-05-08 09:11:24 -0700 |
---|---|---|
committer | Myles Borins <mylesborins@google.com> | 2018-05-08 18:28:04 -0700 |
commit | 687867dbf02e1d1b7a09faa7849a7b8136cacfa2 (patch) | |
tree | 311b3ea16e98af56309254b0c42b93b433ab64bb /CHANGELOG.md | |
parent | e19200a66663cae0a024a7d404ec8040ac151590 (diff) | |
download | node-new-687867dbf02e1d1b7a09faa7849a7b8136cacfa2.tar.gz |
2018-05-08, Version 10.1.0 (Current)v10.1.0v10.1.0-proposal
Notable Changes:
* console:
- make console.table() use colored inspect (TSUYUSATO Kitsune)
https://github.com/nodejs/node/pull/20510
* fs:
- move fs/promises to fs.promises (cjihrig)
https://github.com/nodejs/node/pull/20504
* http:
- added aborted property to request (Robert Nagy)
https://github.com/nodejs/node/pull/20094
* n-api:
- initialize a module via a special symbol (Gabriel Schulhof)
https://github.com/nodejs/node/pull/20161
* src:
- add public API to expose the main V8 Platform (Allen Yonghuang Wang)
https://github.com/nodejs/node/pull/20447
PR-URL: https://github.com/nodejs/node/pull/20606
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 8625b2026a..053e4381c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,7 +33,8 @@ release. </tr> <tr> <td valign="top"> -<b><a href="doc/changelogs/CHANGELOG_V10.md#10.0.0">10.0.0</a></b><br/> +<b><a href="doc/changelogs/CHANGELOG_V10.md#10.1.0">10.1.0</a></b><br/> +<a href="doc/changelogs/CHANGELOG_V10.md#10.0.0">10.0.0</a><br/> </td> <td valign="top"> <b><a href="doc/changelogs/CHANGELOG_V9.md#9.11.1">9.11.1</a></b><br/> |