Skip to content

Commit 7095252

Browse files
committed
doc, assert: correct sequence of changes entries
1 parent 70c04c7 commit 7095252

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/api/assert.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -342,16 +342,16 @@ An alias of [`assert.ok()`][].
342342
<!-- YAML
343343
added: v0.1.21
344344
changes:
345+
- version: REPLACEME
346+
pr-url: https://github.com/nodejs/node/pull/58849
347+
description: Message may now be a `printf`-like format string or function.
345348
- version: v25.0.0
346349
pr-url: https://github.com/nodejs/node/pull/59448
347350
description: Promises are not considered equal anymore if they are not of
348351
the same instance.
349352
- version: v25.0.0
350353
pr-url: https://github.com/nodejs/node/pull/57627
351354
description: Invalid dates are now considered equal.
352-
- version: REPLACEME
353-
pr-url: https://github.com/nodejs/node/pull/58849
354-
description: Message may now be a `printf`-like format string or function.
355355
- version: v24.0.0
356356
pr-url: https://github.com/nodejs/node/pull/57622
357357
description: Recursion now stops when either side encounters a circular
@@ -545,16 +545,16 @@ parameter is an instance of {Error} then it will be thrown instead of the
545545
<!-- YAML
546546
added: v1.2.0
547547
changes:
548+
- version: REPLACEME
549+
pr-url: https://github.com/nodejs/node/pull/58849
550+
description: Message may now be a `printf`-like format string or function.
548551
- version: v25.0.0
549552
pr-url: https://github.com/nodejs/node/pull/59448
550553
description: Promises are not considered equal anymore if they are not of
551554
the same instance.
552555
- version: v25.0.0
553556
pr-url: https://github.com/nodejs/node/pull/57627
554557
description: Invalid dates are now considered equal.
555-
- version: REPLACEME
556-
pr-url: https://github.com/nodejs/node/pull/58849
557-
description: Message may now be a `printf`-like format string or function.
558558
- version: v24.0.0
559559
pr-url: https://github.com/nodejs/node/pull/57622
560560
description: Recursion now stops when either side encounters a circular

0 commit comments

Comments
 (0)