Skip to content

Commit 8a6de38

Browse files
Flarnaaduh95
authored andcommitted
doc, assert: correct order of changes entries
PR-URL: #60304 Refs: #58849 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent 30451d3 commit 8a6de38

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/api/assert.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,9 @@ An alias of [`assert.ok()`][].
317317
<!-- YAML
318318
added: v0.1.21
319319
changes:
320+
- version: REPLACEME
321+
pr-url: https://github.com/nodejs/node/pull/58849
322+
description: Message may now be a `printf`-like format string or function.
320323
- version: v25.0.0
321324
pr-url: https://github.com/nodejs/node/pull/59448
322325
description: Promises are not considered equal anymore if they are not of
@@ -517,6 +520,9 @@ parameter is an instance of {Error} then it will be thrown instead of the
517520
<!-- YAML
518521
added: v1.2.0
519522
changes:
523+
- version: REPLACEME
524+
pr-url: https://github.com/nodejs/node/pull/58849
525+
description: Message may now be a `printf`-like format string or function.
520526
- version: v25.0.0
521527
pr-url: https://github.com/nodejs/node/pull/59448
522528
description: Promises are not considered equal anymore if they are not of

0 commit comments

Comments
 (0)