Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8a6de38

Browse filesBrowse files
Flarnaaduh95
authored andcommitted
doc, assert: correct order of changes entries
PR-URL: #60304 Refs: #58849 Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent 30451d3 commit 8a6de38
Copy full SHA for 8a6de38

File tree

Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed
Open diff view settings
Collapse file

‎doc/api/assert.md‎

Copy file name to clipboardExpand all lines: doc/api/assert.md
+6Lines changed: 6 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.