File tree 5 files changed +129
-6
lines changed
5 files changed +129
-6
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,8 @@ release.
29
29
</tr >
30
30
<tr >
31
31
<td valign="top">
32
- <b ><a href =" doc/changelogs/CHANGELOG_V13.md#13.10.1 " >13.10.1</a ></b ><br />
32
+ <b ><a href =" doc/changelogs/CHANGELOG_V13.md#13.11.0 " >13.11.0</a ></b ><br />
33
+ <a href =" doc/changelogs/CHANGELOG_V13.md#13.10.1 " >13.10.1</a ><br />
33
34
<a href =" doc/changelogs/CHANGELOG_V13.md#13.10.0 " >13.10.0</a ><br />
34
35
<a href =" doc/changelogs/CHANGELOG_V13.md#13.9.0 " >13.9.0</a ><br />
35
36
<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 @@ -2766,9 +2766,9 @@ a `Promise` for an `Object` with `bytesRead` and `buffer` properties.
2766
2766
2767
2767
## ` fs.read(fd, [options,] callback) `
2768
2768
<!-- YAML
2769
- added: REPLACEME
2769
+ added: v13.11.0
2770
2770
changes:
2771
- - version: REPLACEME
2771
+ - version: v13.11.0
2772
2772
pr-url: https://github.com/nodejs/node/pull/31402
2773
2773
description: Options object can be passed in
2774
2774
to make Buffer, offset, length and position optional
@@ -4402,7 +4402,7 @@ property that is a reference to the passed in `buffer` argument.
4402
4402
4403
4403
#### ` filehandle.read(options) `
4404
4404
<!-- YAML
4405
- added: REPLACEME
4405
+ added: v13.11.0
4406
4406
-->
4407
4407
* ` options ` {Object}
4408
4408
* ` 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