Skip to content

Commit 8ab8363

Browse files
committed
2016-12-06, Version 7.2.1 (Current)
Notable changes: * buffer: - Reverted the runtime deprecation of calling `Buffer()` without `new`. (Anna Henningsen) #9529 - Fixed `buffer.transcode()` for single-byte character encodings to `UCS2`. (Anna Henningsen) #9838 * promise: `--trace-warnings` now produces useful stacktraces for Promise warnings. (Anna Henningsen) #9525 * repl: Fixed a bug preventing correct parsing of generator functions. (Teddy Katz) #9852 * V8: Fixed a significant `instanceof` performance regression. (Franziska Hinkelmann) #9730 PR-URL: #10127
1 parent 2f3865d commit 8ab8363

File tree

2 files changed

+212
-1
lines changed

2 files changed

+212
-1
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.0">7.2.0</a></b><br/>
31+
<b><a href="doc/changelogs/CHANGELOG_V7.md#7.2.1">7.2.1</a></b><br/>
32+
<a href="doc/changelogs/CHANGELOG_V7.md#7.2.0">7.2.0</a><br/>
3233
<a href="doc/changelogs/CHANGELOG_V7.md#7.1.0">7.1.0</a><br/>
3334
<a href="doc/changelogs/CHANGELOG_V7.md#7.0.0">7.0.0</a><br/>
3435
</td>

0 commit comments

Comments
 (0)