Skip to content

Commit 2bf1c24

Browse files
committed
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) #9675 * deps: - *npm*: upgrade npm to 3.10.10 (Rebecca Turner) #9847 - *V8*: Destructuring of arrow function arguments via computed property no longer throws (Michaël Zasso) #10386) * inspector: - /json/version returns object, not an object wrapped in an array (Ben Noordhuis) #9762 * module: - using --debug-brk and --eval together now works as expected (Kelvin Jin) #8876 * process: - improve performance of nextTick up to 20% (Evan Lucas) #8932 * repl: - the division operator will no longer be accidentally parsed as regex (Teddy Katz) #10103 - improved support for generator functions (Teddy Katz) #9852 * timers: - Re canceling a cancelled timers will no longer throw (Jeremiah Senkpiel) #9685 PR-URL: #10394
1 parent 6ff3b03 commit 2bf1c24

File tree

2 files changed

+340
-2
lines changed

2 files changed

+340
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ release.
3535
<a href="doc/changelogs/CHANGELOG_V7.md#7.0.0">7.0.0</a><br/>
3636
</td>
3737
<td valign="top">
38-
<b><a href="doc/changelogs/CHANGELOG_V6.md#6.9.2">6.9.2</a></b><br/>
38+
<b><a href="doc/changelogs/CHANGELOG_V6.md#6.9.3">6.9.3</a></b><br/>
39+
<a href="doc/changelogs/CHANGELOG_V6.md#6.9.2">6.9.2</a><br/>
3940
<a href="doc/changelogs/CHANGELOG_V6.md#6.9.1">6.9.1</a><br/>
4041
<a href="doc/changelogs/CHANGELOG_V6.md#6.9.0">6.9.0</a><br/>
4142
<a href="doc/changelogs/CHANGELOG_V6.md#6.8.1">6.8.1</a><br/>

0 commit comments

Comments
 (0)