doc, assert: correct order of changes entries

PR-URL: https://github.com/nodejs/node/pull/60304
Refs: https://github.com/nodejs/node/pull/58849
Reviewed-By: Richard Lau <richard.lau@ibm.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
This commit is contained in:
Gerhard Stöbich 2025-10-18 15:36:07 +02:00 committed by GitHub
parent 649d73a043
commit 382f7cfcef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -342,6 +342,9 @@ An alias of [`assert.ok()`][].
<!-- YAML
added: v0.1.21
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/58849
description: Message may now be a `printf`-like format string or function.
- version: v25.0.0
pr-url: https://github.com/nodejs/node/pull/59448
description: Promises are not considered equal anymore if they are not of
@ -349,9 +352,6 @@ changes:
- version: v25.0.0
pr-url: https://github.com/nodejs/node/pull/57627
description: Invalid dates are now considered equal.
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/58849
description: Message may now be a `printf`-like format string or function.
- version: v24.0.0
pr-url: https://github.com/nodejs/node/pull/57622
description: Recursion now stops when either side encounters a circular
@ -545,6 +545,9 @@ parameter is an instance of {Error} then it will be thrown instead of the
<!-- YAML
added: v1.2.0
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/58849
description: Message may now be a `printf`-like format string or function.
- version: v25.0.0
pr-url: https://github.com/nodejs/node/pull/59448
description: Promises are not considered equal anymore if they are not of
@ -552,9 +555,6 @@ changes:
- version: v25.0.0
pr-url: https://github.com/nodejs/node/pull/57627
description: Invalid dates are now considered equal.
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/58849
description: Message may now be a `printf`-like format string or function.
- version: v24.0.0
pr-url: https://github.com/nodejs/node/pull/57622
description: Recursion now stops when either side encounters a circular