Skip to content

Commit

Permalink
2021-05-04, Version 16.1.0 (Current)
Browse files Browse the repository at this point in the history
Notable changes:

fs:
  * (SEMVER-MINOR) allow no-params fsPromises fileHandle read (Nitzan Uziely) #38287

PR-URL: #38522
  • Loading branch information
targos committed May 3, 2021
1 parent 499da2d commit 79c57d0
Show file tree
Hide file tree
Showing 4 changed files with 126 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -33,7 +33,8 @@ release.
</tr>
<tr>
<td valign="top">
<b><a href="doc/changelogs/CHANGELOG_V16.md#16.0.0">16.0.0</a></b><br/>
<b><a href="doc/changelogs/CHANGELOG_V16.md#16.1.0">16.1.0</a></b><br/>
<a href="doc/changelogs/CHANGELOG_V16.md#16.0.0">16.0.0</a><br/>
</td>
<td valign="top">
<b><a href="doc/changelogs/CHANGELOG_V15.md#15.14.0">15.14.0</a></b><br/>
Expand Down
2 changes: 1 addition & 1 deletion doc/api/perf_hooks.md
Expand Up @@ -263,7 +263,7 @@ invoked.

### `performance.toJSON()`
<!-- YAML
added: REPLACEME
added: v16.1.0
-->

An object which is JSON representation of the `performance` object. It
Expand Down

0 comments on commit 79c57d0

Please sign in to comment.