File tree Expand file tree Collapse file tree 6 files changed +132
-9
lines changed Expand file tree Collapse file tree 6 files changed +132
-9
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,8 @@ release.
30
30
</tr >
31
31
<tr >
32
32
<td valign="top">
33
- <b ><a href =" doc/changelogs/CHANGELOG_V13.md#13.10.1 " >13.10.1</a ></b ><br />
33
+ <b ><a href =" doc/changelogs/CHANGELOG_V13.md#13.11.0 " >13.11.0</a ></b ><br />
34
+ <a href =" doc/changelogs/CHANGELOG_V13.md#13.10.1 " >13.10.1</a ><br />
34
35
<a href =" doc/changelogs/CHANGELOG_V13.md#13.10.0 " >13.10.0</a ><br />
35
36
<a href =" doc/changelogs/CHANGELOG_V13.md#13.9.0 " >13.9.0</a ><br />
36
37
<a href =" doc/changelogs/CHANGELOG_V13.md#13.8.0 " >13.8.0</a ><br />
Original file line number Diff line number Diff line change @@ -957,7 +957,7 @@ return `undefined`.
957
957
958
958
### ` asyncLocalStorage.enterWith(store) `
959
959
<!-- YAML
960
- added: REPLACEME
960
+ added: v13.11.0
961
961
-->
962
962
963
963
* ` store ` {any}
Original file line number Diff line number Diff line change @@ -2777,9 +2777,9 @@ a `Promise` for an `Object` with `bytesRead` and `buffer` properties.
2777
2777
2778
2778
## ` fs.read(fd, [options,] callback) `
2779
2779
<!-- YAML
2780
- added: REPLACEME
2780
+ added: v13.11.0
2781
2781
changes:
2782
- - version: REPLACEME
2782
+ - version: v13.11.0
2783
2783
pr-url: https://github.com/nodejs/node/pull/31402
2784
2784
description: Options object can be passed in
2785
2785
to make Buffer, offset, length and position optional
@@ -4387,7 +4387,7 @@ property that is a reference to the passed in `buffer` argument.
4387
4387
4388
4388
#### ` filehandle.read(options) `
4389
4389
<!-- YAML
4390
- added: REPLACEME
4390
+ added: v13.11.0
4391
4391
-->
4392
4392
* ` options ` {Object}
4393
4393
* ` buffer ` {Buffer|Uint8Array} ** Default:** ` Buffer.alloc(16384) `
Original file line number Diff line number Diff line change @@ -391,7 +391,7 @@ Throws a [`SystemError`][] if a user has no `username` or `homedir`.
391
391
392
392
## ` os.version() `
393
393
<!-- YAML
394
- added: REPLACEME
394
+ added: v13.11.0
395
395
-->
396
396
397
397
* Returns {string}
You can’t perform that action at this time.
0 commit comments