Skip to content

Commit fde97b3

Browse files
committed
docs: add changes
1 parent d2841d6 commit fde97b3

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

doc/api/buffer.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2074,6 +2074,10 @@ console.log(buf.fill('zz', 'hex'));
20742074

20752075
<!-- YAML
20762076
added: v5.3.0
2077+
changes:
2078+
- version: REPLACEME
2079+
pr-url: https://github.com/nodejs/node/pull/56578
2080+
description: supports Uint8Array as `this` value
20772081
-->
20782082

20792083
* `value` {string|Buffer|Uint8Array|integer} What to search for.
@@ -2965,6 +2969,9 @@ changes:
29652969
pr-url: https://github.com/nodejs/node/pull/18395
29662970
description: Removed `noAssert` and no implicit coercion of the offset
29672971
and `byteLength` to `uint32` anymore.
2972+
- version: REPLACEME
2973+
pr-url: https://github.com/nodejs/node/pull/56578
2974+
description: supports Uint8Array as `this` value
29682975
-->
29692976

29702977
* `offset` {integer} Number of bytes to skip before starting to read. Must
@@ -3012,6 +3019,9 @@ changes:
30123019
pr-url: https://github.com/nodejs/node/pull/18395
30133020
description: Removed `noAssert` and no implicit coercion of the offset
30143021
and `byteLength` to `uint32` anymore.
3022+
- version: REPLACEME
3023+
pr-url: https://github.com/nodejs/node/pull/56578
3024+
description: supports Uint8Array as `this` value
30153025
-->
30163026

30173027
* `offset` {integer} Number of bytes to skip before starting to read. Must
@@ -3294,6 +3304,9 @@ changes:
32943304
pr-url: https://github.com/nodejs/node/pull/18395
32953305
description: Removed `noAssert` and no implicit coercion of the offset
32963306
and `byteLength` to `uint32` anymore.
3307+
- version: REPLACEME
3308+
pr-url: https://github.com/nodejs/node/pull/56578
3309+
description: supports Uint8Array as `this` value
32973310
-->
32983311

32993312
* `offset` {integer} Number of bytes to skip before starting to read. Must
@@ -3344,6 +3357,9 @@ changes:
33443357
pr-url: https://github.com/nodejs/node/pull/18395
33453358
description: Removed `noAssert` and no implicit coercion of the offset
33463359
and `byteLength` to `uint32` anymore.
3360+
- version: REPLACEME
3361+
pr-url: https://github.com/nodejs/node/pull/56578
3362+
description: supports Uint8Array as `this` value
33473363
-->
33483364

33493365
* `offset` {integer} Number of bytes to skip before starting to read. Must
@@ -3787,6 +3803,10 @@ console.log(copy);
37873803

37883804
<!-- YAML
37893805
added: v0.1.90
3806+
changes:
3807+
- version: REPLACEME
3808+
pr-url: https://github.com/nodejs/node/pull/56578
3809+
description: supports Uint8Array as `this` value
37903810
-->
37913811

37923812
* `encoding` {string} The character encoding to use. **Default:** `'utf8'`.
@@ -3925,6 +3945,10 @@ for (const value of buf) {
39253945

39263946
<!-- YAML
39273947
added: v0.1.90
3948+
changes:
3949+
- version: REPLACEME
3950+
pr-url: https://github.com/nodejs/node/pull/56578
3951+
description: supports Uint8Array as `this` value
39283952
-->
39293953

39303954
* `string` {string} String to write to `buf`.

0 commit comments

Comments
 (0)