Skip to content

Commit e4ee09a

Browse files
committed
2016-10-12, Version 6.8.0 (Current)
* fs: - `SyncWriteStream` now inherits from `Stream.Writable`. (Anna Henningsen) #8830 - Practically, this means that when stdio is piped to a file, stdout and stderr will still be `Writable` streams. - `fs.existsSync()` has been undeprecated. `fs.exists()` remains deprecated. (Dan Fabulich) #8364 * http: `http.request()` now accepts a `timeout` option. (Rene Weber) #8101 * module: The module loader now maintains its own realpath cache. (Anna Henningsen) #8100 * npm: Upgraded to 3.10.8 (Kat Marchán) #8706 * stream: `Duplex` streams now show proper `instanceof Stream.Writable`. (Anna Henningsen) #8834 * timers: Improved `setTimeout`/`Interval` performance by up to 22%. (Brian White) #8661 PR-URL: #9034
1 parent 1bc9af8 commit e4ee09a

File tree

2 files changed

+236
-1
lines changed

2 files changed

+236
-1
lines changed

CHANGELOG.md

+2-1
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.7.0">6.7.0</a></b><br/>
29+
<b><a href="doc/changelogs/CHANGELOG_V6.md#6.8.0">6.8.0</a></b><br/>
30+
<a href="doc/changelogs/CHANGELOG_V6.md#6.7.0">6.7.0</a><br/>
3031
<a href="doc/changelogs/CHANGELOG_V6.md#6.6.0">6.6.0</a><br/>
3132
<a href="doc/changelogs/CHANGELOG_V6.md#6.5.0">6.5.0</a><br/>
3233
<a href="doc/changelogs/CHANGELOG_V6.md#6.4.0">6.4.0</a><br/>

0 commit comments

Comments
 (0)