diff options
author | Myles Borins <mylesborins@google.com> | 2018-05-29 14:36:53 +0200 |
---|---|---|
committer | Myles Borins <mylesborins@google.com> | 2018-05-29 18:05:15 +0200 |
commit | c1dae43e5c2eafa170d2d3e3f79743c325161fc8 (patch) | |
tree | f9c34d795bf2955f247bc4d36f228310c1694341 /CHANGELOG.md | |
parent | b62cbe106c42da208a7cbb4ef9c3ffe78b5f3e47 (diff) | |
download | node-new-c1dae43e5c2eafa170d2d3e3f79743c325161fc8.tar.gz |
2018-05-29, Version 10.3.0 (Current)v10.3.0v10.3.0-proposal
Notable Changes:
* **deps**:
- upgrade npm to 6.1.0 (Rebecca Turner)
https://github.com/nodejs/node/pull/20190
* **fs**:
- fix reads with pos \> 4GB (Mathias Buus)
https://github.com/nodejs/node/pull/21003
* **net**:
- new option to allow IPC servers to be readable and writable
by all users (Bartosz Sosnowski)
https://github.com/nodejs/node/pull/19472
* **stream**:
- fix removeAllListeners() for Stream.Readable to work as expected
when no arguments are passed (Kael Zhang)
https://github.com/nodejs/node/pull/20924
* **Added new collaborators**
- John-David Dalton (https://github.com/jdalton)
PR-URL: https://github.com/nodejs/node/pull/21011
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 9ef612cfc0..1ab73471c8 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.2.1">10.2.1</a></b><br/> +<b><a href="doc/changelogs/CHANGELOG_V10.md#10.3.0">10.3.0</a></b><br/> +<a href="doc/changelogs/CHANGELOG_V10.md#10.2.1">10.2.1</a><br/> <a href="doc/changelogs/CHANGELOG_V10.md#10.2.0">10.2.0</a><br/> <a href="doc/changelogs/CHANGELOG_V10.md#10.1.0">10.1.0</a><br/> <a href="doc/changelogs/CHANGELOG_V10.md#10.0.0">10.0.0</a><br/> |