summaryrefslogtreecommitdiff
path: root/doc/changelogs
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2023-03-15 15:44:27 +0100
committerMichaël Zasso <targos@protonmail.com>2023-03-15 18:11:57 +0100
commitfa8465794dc3116af13a6d1ec5e5c7788bf48895 (patch)
tree6138a69618902f09cb2c986f4526100fa6aeb0c4 /doc/changelogs
parent124bda90e9f5177dbce6198580f93a0d21b91484 (diff)
downloadnode-new-fa8465794dc3116af13a6d1ec5e5c7788bf48895.tar.gz
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
Diffstat (limited to 'doc/changelogs')
-rw-r--r--doc/changelogs/CHANGELOG_V19.md18
1 files changed, 17 insertions, 1 deletions
diff --git a/doc/changelogs/CHANGELOG_V19.md b/doc/changelogs/CHANGELOG_V19.md
index ba61ff8d28..0d90c5716f 100644
--- a/doc/changelogs/CHANGELOG_V19.md
+++ b/doc/changelogs/CHANGELOG_V19.md
@@ -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