Skip to content

Commit ffd01da

Browse files
committed
2016-12-20, Version 7.3.0 (Current)
Notable changes: * buffer: - buffer.fill() now works properly for the UCS2 encoding on Big-Endian machines. (Anna Henningsen) nodejs#9837 * cluster: - disconnect() now returns a reference to the disconnected worker. (Sean Villars) nodejs#10019 * crypto: - The built-in list of Well-Known CAs (Certificate Authorities) can now be extended via a NODE_EXTRA_CA_CERTS environment variable. (Sam Roberts) nodejs#9139 * http: - Remove stale timeout listeners in order to prevent a memory leak when using keep alive. (Karl Böhlmark) nodejs#9440 * tls: - Allow obvious key/passphrase combinations. (Sam Roberts) nodejs#10294 * url: - Including base argument in URL.originFor() to meet specification compliance. (joyeecheung) nodejs#10021 - Improve URLSearchParams to meet specification compliance. (Timothy Gu) nodejs#9484 PR-URL: nodejs#10277
1 parent ba4847e commit ffd01da

File tree

2 files changed

+156
-2
lines changed

2 files changed

+156
-2
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.2.1">7.2.1</a></b><br/>
31+
<b><a href="doc/changelogs/CHANGELOG_V7.md#7.3.0">7.3.0</a></b><br/>
32+
<a href="doc/changelogs/CHANGELOG_V7.md#7.2.1">7.2.1</a><br/>
3233
<a href="doc/changelogs/CHANGELOG_V7.md#7.2.0">7.2.0</a><br/>
3334
<a href="doc/changelogs/CHANGELOG_V7.md#7.1.0">7.1.0</a><br/>
3435
<a href="doc/changelogs/CHANGELOG_V7.md#7.0.0">7.0.0</a><br/>

0 commit comments

Comments
 (0)