mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
2023-03-15, Version 19.8.1 (Current)
Notable changes: This release contains a single revert of a change that was introduced in v19.8.0 and introduced application crashes. Fixes: https://github.com/nodejs/node/issues/47096 PR-URL: https://github.com/nodejs/node/pull/47104
This commit is contained in:
parent
124bda90e9
commit
fa8465794d
@ -35,7 +35,8 @@ release.
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">
|
||||
<b><a href="doc/changelogs/CHANGELOG_V19.md#19.8.0">19.8.0</a></b><br/>
|
||||
<b><a href="doc/changelogs/CHANGELOG_V19.md#19.8.1">19.8.1</a></b><br/>
|
||||
<a href="doc/changelogs/CHANGELOG_V19.md#19.8.0">19.8.0</a><br/>
|
||||
<a href="doc/changelogs/CHANGELOG_V19.md#19.7.0">19.7.0</a><br/>
|
||||
<a href="doc/changelogs/CHANGELOG_V19.md#19.6.1">19.6.1</a><br/>
|
||||
<a href="doc/changelogs/CHANGELOG_V19.md#19.6.0">19.6.0</a><br/>
|
||||
|
@ -8,7 +8,8 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<b><a href="#19.8.0">19.8.0</a></b><br/>
|
||||
<b><a href="#19.8.1">19.8.1</a></b><br/>
|
||||
<a href="#19.8.0">19.8.0</a><br/>
|
||||
<a href="#19.7.0">19.7.0</a><br/>
|
||||
<a href="#19.6.1">19.6.1</a><br/>
|
||||
<a href="#19.6.0">19.6.0</a><br/>
|
||||
@ -44,6 +45,21 @@
|
||||
* [io.js](CHANGELOG_IOJS.md)
|
||||
* [Archive](CHANGELOG_ARCHIVE.md)
|
||||
|
||||
<a id="19.8.1"></a>
|
||||
|
||||
## 2023-03-15, Version 19.8.1 (Current), @targos
|
||||
|
||||
### Notable Changes
|
||||
|
||||
This release contains a single revert of a change that was introduced in v19.8.0
|
||||
and introduced application crashes.
|
||||
|
||||
Fixes: <https://github.com/nodejs/node/issues/47096>
|
||||
|
||||
### Commits
|
||||
|
||||
* \[[`f7c8aa4cf1`](https://github.com/nodejs/node/commit/f7c8aa4cf1)] - _**Revert**_ "**vm**: fix leak in vm.compileFunction when importModuleDynamically is used" (Michaël Zasso) [#47101](https://github.com/nodejs/node/pull/47101)
|
||||
|
||||
<a id="19.8.0"></a>
|
||||
|
||||
## 2023-03-14, Version 19.8.0 (Current), @targos
|
||||
|
Loading…
Reference in New Issue
Block a user