aboutsummaryrefslogtreecommitdiff
path: root/doc/changelogs/CHANGELOG_V10.md
diff options
context:
space:
mode:
authorMyles Borins <mylesborins@google.com>2018-05-24 13:31:04 -0400
committerMyles Borins <mylesborins@google.com>2018-05-24 16:08:57 -0400
commit6caecc614a73ffce78fcac0d74e2038cfd05d16a (patch)
treeb0551120b7c72ef09c3857beb21b28f018fd1f31 /doc/changelogs/CHANGELOG_V10.md
parent8ce20aff2dbee80ca2739f37c36999e3906f5f06 (diff)
downloadandroid-node-v8-6caecc614a73ffce78fcac0d74e2038cfd05d16a.tar.gz
android-node-v8-6caecc614a73ffce78fcac0d74e2038cfd05d16a.tar.bz2
android-node-v8-6caecc614a73ffce78fcac0d74e2038cfd05d16a.zip
2018-05-24, Version 10.2.1 (Current)
This is a follow up release to fix two regressions that were introduced in v10.2.0. PR-URL: https://github.com/nodejs/node/pull/20943
Diffstat (limited to 'doc/changelogs/CHANGELOG_V10.md')
-rw-r--r--doc/changelogs/CHANGELOG_V10.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/changelogs/CHANGELOG_V10.md b/doc/changelogs/CHANGELOG_V10.md
index 389903433a..dbaed9a91e 100644
--- a/doc/changelogs/CHANGELOG_V10.md
+++ b/doc/changelogs/CHANGELOG_V10.md
@@ -9,6 +9,7 @@
</tr>
<tr>
<td>
+<a href="#10.2.1">10.2.1</a><br/>
<a href="#10.2.0">10.2.0</a><br/>
<a href="#10.1.0">10.1.0</a><br/>
<a href="#10.0.0">10.0.0</a><br/>
@@ -28,6 +29,19 @@
* [io.js](CHANGELOG_IOJS.md)
* [Archive](CHANGELOG_ARCHIVE.md)
+<a id="10.2.1"></a>
+## 2018-05-24, Version 10.2.1 (Current), @MylesBorins
+
+### Notable Changes
+
+This is a follow up release to fix two regressions that were introduced in v10.2.0.
+
+### Commits
+
+* [[`2a9c83321b`](https://github.com/nodejs/node/commit/2a9c83321b)] - **http**: fix res emit close before user finish (Robert Nagy) [#20941](https://github.com/nodejs/node/pull/20941)
+* [[`0b1ba20fc0`](https://github.com/nodejs/node/commit/0b1ba20fc0)] - **src**: re-integrate headers into node.h (Anna Henningsen) [#20939](https://github.com/nodejs/node/pull/20939)
+* [[`52f21fbfbc`](https://github.com/nodejs/node/commit/52f21fbfbc)] - **test**: mark test-zlib.zlib-binding.deflate as flaky (Matheus Marchini) [#20935](https://github.com/nodejs/node/pull/20935)
+
<a id="10.2.0"></a>
## 2018-05-23, Version 10.2.0 (Current), @MylesBorins