diff options
author | Myles Borins <myles.borins@gmail.com> | 2017-01-24 00:24:07 -0800 |
---|---|---|
committer | Myles Borins <myles.borins@gmail.com> | 2017-02-21 20:45:47 -0500 |
commit | 49c5ff4408eaf51338fe0724792f500fcd34ea37 (patch) | |
tree | 7dfaf69c46ca84c2c3838bf94b1cda1fb24086dd /CHANGELOG.md | |
parent | 1162e284ca090be5d531513c50b4968ed48eafbc (diff) | |
download | node-new-49c5ff4408eaf51338fe0724792f500fcd34ea37.tar.gz |
2017-02-21, Version 4.8.0 'Argon' (LTS)
Notable Changes:
* child_process: add shell option to spawn() (cjihrig)
https://github.com/nodejs/node/pull/4598
* crypto:
* add ALPN Support (Shigeki Ohtsu)
https://github.com/nodejs/node/pull/2564
* allow adding extra certs to well-known CAs (Sam Roberts)
https://github.com/nodejs/node/pull/9139
* deps:
* v8: expose statistics about heap spaces (Ben Ripkens)
https://github.com/nodejs/node/pull/4463
* fs: add the fs.mkdtemp() function. (Florian MARGAINE)
https://github.com/nodejs/node/pull/5333
* process:
* add `externalMemory` to `process` (Fedor Indutny)
https://github.com/nodejs/node/pull/9587
* add process.cpuUsage() (Patrick Mueller)
https://github.com/nodejs/node/pull/10796
PR-URL: https://github.com/nodejs/node/pull/10973
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 15053c3635..6d74bbda8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -78,7 +78,8 @@ release. <a href="doc/changelogs/CHANGELOG_V5.md#5.0.0">5.0.0</a><br/> </td> <td valign="top"> -<b><a href="doc/changelogs/CHANGELOG_V4.md#4.7.3">4.7.3</a></b><br/> +<b><a href="doc/changelogs/CHANGELOG_V4.md#4.8.0">4.8.0</a></b><br/> +<a href="doc/changelogs/CHANGELOG_V4.md#4.7.3">4.7.3</a><br/> <a href="doc/changelogs/CHANGELOG_V4.md#4.7.2">4.7.2</a><br/> <a href="doc/changelogs/CHANGELOG_V4.md#4.7.1">4.7.1</a><br/> <a href="doc/changelogs/CHANGELOG_V4.md#4.7.0">4.7.0</a><br/> |