Skip to content

Commit 5fd5f19

Browse files
author
Italo A. Casas
committed
2017-02-28, Version 7.7.0 (Current)
Notables changes: * child_process: spawnSync() exit code now is null when the child is killed via signal (cjihrig) [nodejs#11288](nodejs#11288) * http: new functions to access the headers for an outgoing HTTP message (Brian White) [nodejs#11562](nodejs#11562) * lib: deprecate node --debug at runtime (Josh Gavant) [nodejs#11275](nodejs#11275) * tls: new tls.TLSSocket() supports sec ctx options (Sam Roberts) [nodejs#11005](nodejs#11005) * url: adding URL.prototype.toJSON support (Michaël Zasso) [nodejs#11236](nodejs#11236)
1 parent 3e8d43d commit 5fd5f19

File tree

3 files changed

+149
-4
lines changed

3 files changed

+149
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ release.
2828
</tr>
2929
<tr>
3030
<td valign="top">
31-
<b><a href="doc/changelogs/CHANGELOG_V7.md#7.6.0">7.6.0</a></b><br/>
31+
<b><a href="doc/changelogs/CHANGELOG_V7.md#7.7.0">7.7.0</a></b><br/>
32+
<a href="doc/changelogs/CHANGELOG_V7.md#7.6.0">7.6.0</a><br/>
3233
<a href="doc/changelogs/CHANGELOG_V7.md#7.5.0">7.5.0</a><br/>
3334
<a href="doc/changelogs/CHANGELOG_V7.md#7.4.0">7.4.0</a><br/>
3435
<a href="doc/changelogs/CHANGELOG_V7.md#7.3.0">7.3.0</a><br/>

0 commit comments

Comments
 (0)