summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2019-08-26 12:00:40 +0200
committerMichaël Zasso <targos@protonmail.com>2019-08-26 20:36:17 +0200
commitd770b8a931bd5a407e75d094829a42833d96f004 (patch)
tree5f795ac47f57393e5ea871cde13d6c3b50beba0c /CHANGELOG.md
parenta9512bd000fcd23719cf3e66a2c74812585da28c (diff)
downloadandroid-node-v8-d770b8a931bd5a407e75d094829a42833d96f004.tar.gz
android-node-v8-d770b8a931bd5a407e75d094829a42833d96f004.tar.bz2
android-node-v8-d770b8a931bd5a407e75d094829a42833d96f004.zip
2019-08-26, Version 12.9.1 (Current)
Notable changes: This release fixes two regressions in the http module: * Fixes an event listener leak in the HTTP client. This resulted in lots of warnings during npm/yarn installs. https://github.com/nodejs/node/pull/29245 * Fixes a regression preventing the `'end'` event from being emitted for keepalive requests in case the full body was not parsed. https://github.com/nodejs/node/pull/29263 PR-URL: https://github.com/nodejs/node/pull/29321
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bf17b8333f..b9004e9fb7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -28,7 +28,8 @@ release.
</tr>
<tr>
<td valign="top">
-<b><a href="doc/changelogs/CHANGELOG_V12.md#12.9.0">12.9.0</a></b><br/>
+<b><a href="doc/changelogs/CHANGELOG_V12.md#12.9.1">12.9.1</a></b><br/>
+<a href="doc/changelogs/CHANGELOG_V12.md#12.9.0">12.9.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V12.md#12.8.1">12.8.1</a><br/>
<a href="doc/changelogs/CHANGELOG_V12.md#12.8.0">12.8.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V12.md#12.7.0">12.7.0</a><br/>