Skip to content

Commit df9abb6

Browse files
committed
2018-09-20, Version 10.11.0 (Current)
Notable changes: * fs * Fixed fsPromises.readdir `withFileTypes`. #22832 * http2 * Added `http2stream.endAfterHeaders` property. #22843 * util * Added `util.types.isBoxedPrimitive(value)`. #22620 * Added new collaborators: * boneskull (https://github.com/boneskull) - Christopher Hiller * The Technical Steering Committee has new members: * apapirovski (https://github.com/apapirovski) - Anatoli Papirovski * gabrielschulhof (https://github.com/gabrielschulhof) - Gabriel Schulhof PR-URL: #22932
1 parent 44f7c1d commit df9abb6

File tree

5 files changed

+132
-4
lines changed

5 files changed

+132
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ release.
3131
</tr>
3232
<tr>
3333
<td valign="top">
34-
<b><a href="doc/changelogs/CHANGELOG_V10.md#10.10.0">10.10.0</a></b><br/>
34+
<b><a href="doc/changelogs/CHANGELOG_V10.md#10.11.0">10.11.0</a></b><br/>
35+
<a href="doc/changelogs/CHANGELOG_V10.md#10.10.0">10.10.0</a><br/>
3536
<a href="doc/changelogs/CHANGELOG_V10.md#10.9.0">10.9.0</a><br/>
3637
<a href="doc/changelogs/CHANGELOG_V10.md#10.8.0">10.8.0</a><br/>
3738
<a href="doc/changelogs/CHANGELOG_V10.md#10.7.0">10.7.0</a><br/>

doc/api/fs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4205,7 +4205,7 @@ a colon, Node.js will open a file system stream, as described by
42054205
<!-- YAML
42064206
added: v10.0.0
42074207
changes:
4208-
- version: REPLACEME
4208+
- version: v10.11.0
42094209
pr-url: https://github.com/nodejs/node/pull/22020
42104210
description: New option `withFileTypes` was added.
42114211
-->

doc/api/http2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,7 @@ usable.
960960

961961
#### http2stream.endAfterHeaders
962962
<!-- YAML
963-
added: REPLACEME
963+
added: v10.11.0
964964
-->
965965

966966
* {boolean}

doc/api/util.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,7 @@ util.types.isBooleanObject(Boolean(true)); // Returns false
11441144

11451145
### util.types.isBoxedPrimitive(value)
11461146
<!-- YAML
1147-
added: REPLACEME
1147+
added: v10.11.0
11481148
-->
11491149

11501150
* `value` {any}

0 commit comments

Comments
 (0)