Skip to content

Commit 24a3d0e

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) #9837 * cluster: - disconnect() now returns a reference to the disconnected worker. (Sean Villars) #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) #9139 * http: - Remove stale timeout listeners in order to prevent a memory leak when using keep alive. (Karl Böhlmark) #9440 * tls: - Allow obvious key/passphrase combinations. (Sam Roberts) #10294 * url: - Including base argument in URL.originFor() to meet specification compliance. (joyeecheung) #10021 - Improve URLSearchParams to meet specification compliance. (Timothy Gu) #9484 PR-URL: #10277
1 parent cc9b4b7 commit 24a3d0e

File tree

3 files changed

+159
-5
lines changed

3 files changed

+159
-5
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)