mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 00:20:08 +01:00
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:
parent
649d73a043
commit
382f7cfcef
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user