diff options
author | Myles Borins <myles.borins@gmail.com> | 2016-12-21 15:31:45 -0500 |
---|---|---|
committer | Myles Borins <myles.borins@gmail.com> | 2017-01-03 18:55:26 -0500 |
commit | 2bf1c24f6a8b88ed02dadb2c6de4f3761abe8406 (patch) | |
tree | dea5133deadd84e36d676604ed701a690d97c5e9 /CHANGELOG.md | |
parent | 6ff3b0324067b688610e85db9e008d4afceb19cb (diff) | |
download | node-new-2bf1c24f6a8b88ed02dadb2c6de4f3761abe8406.tar.gz |
2017-01-03, Version 6.9.3 'Boron' (LTS) Release
This LTS release comes with 312 commits. This includes 229 that are
test related, 62 that are docs related, 17 which are build / tools
related, and 4 commits which are updates to dependencies.
Notable Changes:
* build:
- shared library support is now working for AIX builds
(Stewart Addison) https://github.com/nodejs/node/pull/9675
* deps:
- *npm*: upgrade npm to 3.10.10 (Rebecca Turner)
https://github.com/nodejs/node/pull/9847
- *V8*: Destructuring of arrow function arguments via computed
property no longer throws (Michaƫl Zasso)
https://github.com/nodejs/node/pull/10386)
* inspector:
- /json/version returns object, not an object wrapped in an array
(Ben Noordhuis) https://github.com/nodejs/node/pull/9762
* module:
- using --debug-brk and --eval together now works as expected
(Kelvin Jin) https://github.com/nodejs/node/pull/8876
* process:
- improve performance of nextTick up to 20% (Evan Lucas)
https://github.com/nodejs/node/pull/8932
* repl:
- the division operator will no longer be accidentally parsed as
regex (Teddy Katz) https://github.com/nodejs/node/pull/10103
- improved support for generator functions (Teddy Katz)
https://github.com/nodejs/node/pull/9852
* timers:
- Re canceling a cancelled timers will no longer throw
(Jeremiah Senkpiel) https://github.com/nodejs/node/pull/9685
PR-URL: https://github.com/nodejs/node/pull/10394
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 96706be242..c417494d34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,7 +35,8 @@ release. <a href="doc/changelogs/CHANGELOG_V7.md#7.0.0">7.0.0</a><br/> </td> <td valign="top"> -<b><a href="doc/changelogs/CHANGELOG_V6.md#6.9.2">6.9.2</a></b><br/> +<b><a href="doc/changelogs/CHANGELOG_V6.md#6.9.3">6.9.3</a></b><br/> +<a href="doc/changelogs/CHANGELOG_V6.md#6.9.2">6.9.2</a><br/> <a href="doc/changelogs/CHANGELOG_V6.md#6.9.1">6.9.1</a><br/> <a href="doc/changelogs/CHANGELOG_V6.md#6.9.0">6.9.0</a><br/> <a href="doc/changelogs/CHANGELOG_V6.md#6.8.1">6.8.1</a><br/> |