Skip to content

Commit 9fab6aa

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)
1 parent e3920d1 commit 9fab6aa

File tree

3 files changed

+151
-6
lines changed

3 files changed

+151
-6
lines changed

CHANGELOG.md

+3-2
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)