Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2e7f74c

Browse files
aduh95targos
authored andcommittedMay 1, 2021
doc: harmonize changes list ordering
Refs: nodejs/remark-preset-lint-node#139 PR-URL: #35454 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ujjwal Sharma <ryzokuken@disroot.org> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Khaidi Chu <i@2333.moe> Reviewed-By: Michael Dawson <midawson@redhat.com>
1 parent ed7c0d7 commit 2e7f74c

File tree

2 files changed

+8
-19
lines changed

2 files changed

+8
-19
lines changed
 

‎doc/api/dgram.md

-3
Original file line numberDiff line numberDiff line change
@@ -733,9 +733,6 @@ chained.
733733
<!-- YAML
734734
added: v0.11.13
735735
changes:
736-
- version: REPLACEME
737-
pr-url: https://github.com/nodejs/node/pull/37026
738-
description: AbortSignal support was added.
739736
- version: v11.4.0
740737
pr-url: https://github.com/nodejs/node/pull/23798
741738
description: The `ipv6Only` option is supported.

‎doc/api/fs.md

+8-16
Original file line numberDiff line numberDiff line change
@@ -1758,6 +1758,10 @@ fs.copyFileSync('source.txt', 'destination.txt', COPYFILE_EXCL);
17581758
<!-- YAML
17591759
added: v0.1.31
17601760
changes:
1761+
- version: v13.6.0
1762+
pr-url: https://github.com/nodejs/node/pull/29083
1763+
description: The `fs` options allow overriding the used `fs`
1764+
implementation.
17611765
- version: v12.10.0
17621766
pr-url: https://github.com/nodejs/node/pull/29212
17631767
description: Enable `emitClose` option.
@@ -1776,10 +1780,6 @@ changes:
17761780
- version: v2.3.0
17771781
pr-url: https://github.com/nodejs/node/pull/1845
17781782
description: The passed `options` object can be a string now.
1779-
- version: v13.6.0
1780-
pr-url: https://github.com/nodejs/node/pull/29083
1781-
description: The `fs` options allow overriding the used `fs`
1782-
implementation.
17831783
-->
17841784

17851785
* `path` {string|Buffer|URL}
@@ -1863,6 +1863,10 @@ If `options` is a string, then it specifies the encoding.
18631863
<!-- YAML
18641864
added: v0.1.31
18651865
changes:
1866+
- version: v13.6.0
1867+
pr-url: https://github.com/nodejs/node/pull/29083
1868+
description: The `fs` options allow overriding the used `fs`
1869+
implementation.
18661870
- version: v12.10.0
18671871
pr-url: https://github.com/nodejs/node/pull/29212
18681872
description: Enable `emitClose` option.
@@ -1879,10 +1883,6 @@ changes:
18791883
- version: v2.3.0
18801884
pr-url: https://github.com/nodejs/node/pull/1845
18811885
description: The passed `options` object can be a string now.
1882-
- version: v13.6.0
1883-
pr-url: https://github.com/nodejs/node/pull/29083
1884-
description: The `fs` options allow overriding the used `fs`
1885-
implementation.
18861886
-->
18871887

18881888
* `path` {string|Buffer|URL}
@@ -2553,10 +2553,6 @@ not the file that it refers to.
25532553
<!-- YAML
25542554
added: v0.1.30
25552555
changes:
2556-
- version: REPLACEME
2557-
pr-url: https://github.com/nodejs/node/pull/33716
2558-
description: Accepts a `throwIfNoEntry` option to specify whether
2559-
an exception should be thrown if the entry does not exist.
25602556
- version: v10.5.0
25612557
pr-url: https://github.com/nodejs/node/pull/20220
25622558
description: Accepts an additional `options` object to specify whether
@@ -3810,10 +3806,6 @@ Stats {
38103806
<!-- YAML
38113807
added: v0.1.21
38123808
changes:
3813-
- version: REPLACEME
3814-
pr-url: https://github.com/nodejs/node/pull/33716
3815-
description: Accepts a `throwIfNoEntry` option to specify whether
3816-
an exception should be thrown if the entry does not exist.
38173809
- version: v10.5.0
38183810
pr-url: https://github.com/nodejs/node/pull/20220
38193811
description: Accepts an additional `options` object to specify whether

0 commit comments

Comments
 (0)
Please sign in to comment.