Skip to content

Commit 26120e2

Browse files
committed
2016-05-17, Version 6.2.0 (Stable)
- **buffer**: fix lastIndexOf and indexOf in various edge cases (Anna Henningsen) [#6511](#6511) - **child_process**: use /system/bin/sh on android (Ben Noordhuis) [#6745](#6745) - **deps**: - upgrade npm to 3.8.9 (Rebecca Turner) [#6664](#6664) - upgrade to V8 5.0.71.47 (Ali Ijaz Sheikh) [#6572](#6572) - upgrade libuv to 1.9.1 (Saúl Ibarra Corretgé) [#6796](#6796) - Intl: ICU 57 bump (Steven R. Loomis) [#6088](#6088) - **repl**: - copying tabs shouldn't trigger completion (Eugene Obrezkov) [#5958](#5958) - exports `Recoverable` (Blake Embrey) [#3488](#3488) - **src**: add O_NOATIME constant (Rich Trott) [#6492](#6492) - **src,module**: add --preserve-symlinks command line flag (James M Snell) [#6537](#6537) - **util**: adhere to `noDeprecation` set at runtime (Anna Henningsen) [#6683](#6683) As of this release the 6.X line now includes 64-bit binaries for Linux on Power Systems running in big endian mode in addition to the existing 64-bit binaries for running in little endian mode. PR-URL: #6810
1 parent 00b200f commit 26120e2

File tree

2 files changed

+152
-4
lines changed

2 files changed

+152
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ release.
2626
</tr>
2727
<tr>
2828
<td valign="top">
29-
<b><a href="doc/changelogs/CHANGELOG_V6.md#6.1.0">6.1.0</a></b><br/>
29+
<b><a href="doc/changelogs/CHANGELOG_V6.md#6.2.0">6.2.0</a></b><br/>
30+
<a href="doc/changelogs/CHANGELOG_V6.md#6.1.0">6.1.0</a><br/>
3031
<a href="doc/changelogs/CHANGELOG_V6.md#6.0.0">6.0.0</a><br/>
3132
</td>
3233
<td valign="top">
@@ -144,7 +145,7 @@ release.
144145

145146
### Notes
146147

147-
* Release streams marked with `LTS` are currently covered by the
148+
* Release streams marked with `LTS` are currently covered by the
148149
[Node.js Long Term Support plan](https://github.com/nodejs/LTS).
149150
* Release versions displayed in **bold** text represent the most
150151
recent actively supported release.

0 commit comments

Comments
 (0)