Skip to content

Commit 1e4fafc

Browse files
committed
2016-10-25, Version 7.0.0 (Current)
Notable Changes: * Buffer * Passing invalid input to Buffer.byteLength will now throw an error [#8946](#8946). * Calling Buffer without new is now deprecated and will emit a process warning [#8169](#8169). * Passing a negative number to allocUnsafe will now throw an error [#7079](#7079). * Child Process * The fork and execFile methods now have stronger argument validation [#7399](#7399). * Cluster * The worker.suicide method is deprecated and will emit a process warning [#3747](#3747). * Deps * V8 has been updated to 5.4.500.36 [#8317](#8317), [#8852](#8852), [#9253](#9253). * NODE_MODULE_VERSION has been updated to 51 [#8808](#8808). * File System * A process warning is emitted if a callback is not passed to async file system methods [#7897](#7897). * Intl * Intl.v8BreakIterator constructor has been deprecated and will emit a process warning [#8908](#8908). * Promises * Unhandled Promise rejections have been deprecated and will emit a process warning [#8217](#8217). * Punycode * The `punycode` module has been deprecated [#7941](#7941). * URL * An Experimental WHATWG URL Parser has been introduced [#7448](#7448). PR-URL: #9099
1 parent 2a654e4 commit 1e4fafc

9 files changed

+250
-1
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ release lines.
66

77
Select a Node.js version below to view the changelog history:
88

9+
* [Node.js v7](doc/changelogs/CHANGELOG_V7.md)
910
* [Node.js v6](doc/changelogs/CHANGELOG_V6.md)
1011
* [Node.js v5](doc/changelogs/CHANGELOG_V5.md)
1112
* [Node.js v4](doc/changelogs/CHANGELOG_V4.md)
@@ -18,14 +19,18 @@ release.
1819

1920
<table>
2021
<tr>
22+
<th><a href="doc/changelogs/CHANGELOG_V7.md">v7</a><sup>Current</sup></td>
2123
<th title="LTS Until 2019-04"><a href="doc/changelogs/CHANGELOG_V6.md">v6</a><sup>LTS</sup</th>
2224
<th><a href="doc/changelogs/CHANGELOG_V5.md">v5</a></th>
2325
<th title="LTS Until 2018-04"><a href="doc/changelogs/CHANGELOG_V4.md">v4</a><sup>LTS</sup></th>
2426
<th title="LTS Until 2016-12-31"><a href="doc/changelogs/CHANGELOG_V012.md">v0.12</a><sup>LTS</sup></th>
2527
<th title="LTS Until 2016-10-31" colspan="3"><a href="doc/changelogs/CHANGELOG_V010.md">v0.10</a><sup>LTS</sup></th>
2628
</tr>
2729
<tr>
28-
<td valign="top">
30+
<td valign="top">
31+
<b><a href="doc/changelogs/CHANGELOG_V7.md#7.0.0">7.0.0</a></b><br/>
32+
</td>
33+
<td valign="top">
2934
<b><a href="doc/changelogs/CHANGELOG_V6.md#6.9.1">6.9.1</a></b><br/>
3035
<a href="doc/changelogs/CHANGELOG_V6.md#6.9.0">6.9.0</a><br/>
3136
<a href="doc/changelogs/CHANGELOG_V6.md#6.8.1">6.8.1</a><br/>

doc/changelogs/CHANGELOG_ARCHIVE.md

+1
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@
151151
</table>
152152

153153
* Other Versions
154+
* [7.x](CHANGELOG_V7.md)
154155
* [6.x](CHANGELOG_V6.md)
155156
* [5.x](CHANGELOG_V5.md)
156157
* [4.x](CHANGELOG_V4.md)

doc/changelogs/CHANGELOG_IOJS.md

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
</table>
6161

6262
* Other Versions
63+
* [7.x](CHANGELOG_V7.md)
6364
* [6.x](CHANGELOG_V6.md)
6465
* [5.x](CHANGELOG_V5.md)
6566
* [4.x](CHANGELOG_V4.md)

doc/changelogs/CHANGELOG_V010.md

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
</table>
6363

6464
* Other Versions
65+
* [7.x](CHANGELOG_V7.md)
6566
* [6.x](CHANGELOG_V6.md)
6667
* [5.x](CHANGELOG_V5.md)
6768
* [4.x](CHANGELOG_V4.md)

doc/changelogs/CHANGELOG_V012.md

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
</table>
3030

3131
* Other Versions
32+
* [7.x](CHANGELOG_V7.md)
3233
* [6.x](CHANGELOG_V6.md)
3334
* [5.x](CHANGELOG_V5.md)
3435
* [4.x](CHANGELOG_V4.md)

doc/changelogs/CHANGELOG_V4.md

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
</table>
4040

4141
* Other Versions
42+
* [7.x](CHANGELOG_V7.md)
4243
* [6.x](CHANGELOG_V6.md)
4344
* [5.x](CHANGELOG_V5.md)
4445
* [0.12.x](CHANGELOG_V012.md)

doc/changelogs/CHANGELOG_V5.md

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
</table>
3131

3232
* Other Versions
33+
* [7.x](CHANGELOG_V7.md)
3334
* [6.x](CHANGELOG_V6.md)
3435
* [4.x](CHANGELOG_V4.md)
3536
* [0.12.x](CHANGELOG_V012.md)

doc/changelogs/CHANGELOG_V6.md

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
</table>
3030

3131
* Other Versions
32+
* [7.x](CHANGELOG_V7.md)
3233
* [5.x](CHANGELOG_V5.md)
3334
* [4.x](CHANGELOG_V4.md)
3435
* [0.12.x](CHANGELOG_V012.md)

doc/changelogs/CHANGELOG_V7.md

+237
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)