summaryrefslogtreecommitdiff
path: root/doc/changelogs/CHANGELOG_ARCHIVE.md
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2016-10-14 11:34:42 -0700
committerJames M Snell <jasnell@gmail.com>2016-10-25 06:53:36 -0700
commit1e4fafcb1a07900080afeb52917515c15268b60b (patch)
treeef84a613a01c50bd141dd1dde3709ec0a3fac385 /doc/changelogs/CHANGELOG_ARCHIVE.md
parent2a654e47282c8b2847422f2d4c444180f214ab5c (diff)
downloadandroid-node-v8-1e4fafcb1a07900080afeb52917515c15268b60b.tar.gz
android-node-v8-1e4fafcb1a07900080afeb52917515c15268b60b.tar.bz2
android-node-v8-1e4fafcb1a07900080afeb52917515c15268b60b.zip
2016-10-25, Version 7.0.0 (Current)
Notable Changes: * Buffer * Passing invalid input to Buffer.byteLength will now throw an error [#8946](https://github.com/nodejs/node/pull/8946). * Calling Buffer without new is now deprecated and will emit a process warning [#8169](https://github.com/nodejs/node/pull/8169). * Passing a negative number to allocUnsafe will now throw an error [#7079](https://github.com/nodejs/node/pull/7079). * Child Process * The fork and execFile methods now have stronger argument validation [#7399](https://github.com/nodejs/node/pull/7399). * Cluster * The worker.suicide method is deprecated and will emit a process warning [#3747](https://github.com/nodejs/node/pull/3747). * Deps * V8 has been updated to 5.4.500.36 [#8317](https://github.com/nodejs/node/pull/8317), [#8852](https://github.com/nodejs/node/pull/8852), [#9253](https://github.com/nodejs/node/pull/9253). * NODE_MODULE_VERSION has been updated to 51 [#8808](https://github.com/nodejs/node/pull/8808). * File System * A process warning is emitted if a callback is not passed to async file system methods [#7897](https://github.com/nodejs/node/pull/7897). * Intl * Intl.v8BreakIterator constructor has been deprecated and will emit a process warning [#8908](https://github.com/nodejs/node/pull/8908). * Promises * Unhandled Promise rejections have been deprecated and will emit a process warning [#8217](https://github.com/nodejs/node/pull/8217). * Punycode * The `punycode` module has been deprecated [#7941](https://github.com/nodejs/node/pull/7941). * URL * An Experimental WHATWG URL Parser has been introduced [#7448](https://github.com/nodejs/node/pull/7448). PR-URL: https://github.com/nodejs/node/pull/9099
Diffstat (limited to 'doc/changelogs/CHANGELOG_ARCHIVE.md')
-rw-r--r--doc/changelogs/CHANGELOG_ARCHIVE.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/changelogs/CHANGELOG_ARCHIVE.md b/doc/changelogs/CHANGELOG_ARCHIVE.md
index 76a5ccfea8..797317ea43 100644
--- a/doc/changelogs/CHANGELOG_ARCHIVE.md
+++ b/doc/changelogs/CHANGELOG_ARCHIVE.md
@@ -151,6 +151,7 @@
</table>
* Other Versions
+ * [7.x](CHANGELOG_V7.md)
* [6.x](CHANGELOG_V6.md)
* [5.x](CHANGELOG_V5.md)
* [4.x](CHANGELOG_V4.md)