Skip to content

Commit 49c5ff4

Browse files
committed
2017-02-21, Version 4.8.0 'Argon' (LTS)
Notable Changes: * child_process: add shell option to spawn() (cjihrig) #4598 * crypto: * add ALPN Support (Shigeki Ohtsu) #2564 * allow adding extra certs to well-known CAs (Sam Roberts) #9139 * deps: * v8: expose statistics about heap spaces (Ben Ripkens) #4463 * fs: add the fs.mkdtemp() function. (Florian MARGAINE) #5333 * process: * add `externalMemory` to `process` (Fedor Indutny) #9587 * add process.cpuUsage() (Patrick Mueller) #10796 PR-URL: #10973
1 parent 1162e28 commit 49c5ff4

File tree

2 files changed

+149
-1
lines changed

2 files changed

+149
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ release.
7878
<a href="doc/changelogs/CHANGELOG_V5.md#5.0.0">5.0.0</a><br/>
7979
</td>
8080
<td valign="top">
81-
<b><a href="doc/changelogs/CHANGELOG_V4.md#4.7.3">4.7.3</a></b><br/>
81+
<b><a href="doc/changelogs/CHANGELOG_V4.md#4.8.0">4.8.0</a></b><br/>
82+
<a href="doc/changelogs/CHANGELOG_V4.md#4.7.3">4.7.3</a><br/>
8283
<a href="doc/changelogs/CHANGELOG_V4.md#4.7.2">4.7.2</a><br/>
8384
<a href="doc/changelogs/CHANGELOG_V4.md#4.7.1">4.7.1</a><br/>
8485
<a href="doc/changelogs/CHANGELOG_V4.md#4.7.0">4.7.0</a><br/>

0 commit comments

Comments
 (0)