Skip to content

Commit 6caecc6

Browse files
committed
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: #20943
1 parent 8ce20af commit 6caecc6

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ release.
3333
</tr>
3434
<tr>
3535
<td valign="top">
36-
<b><a href="doc/changelogs/CHANGELOG_V10.md#10.2.0">10.2.0</a></b><br/>
36+
<b><a href="doc/changelogs/CHANGELOG_V10.md#10.2.1">10.2.1</a></b><br/>
37+
<a href="doc/changelogs/CHANGELOG_V10.md#10.2.0">10.2.0</a><br/>
3738
<a href="doc/changelogs/CHANGELOG_V10.md#10.1.0">10.1.0</a><br/>
3839
<a href="doc/changelogs/CHANGELOG_V10.md#10.0.0">10.0.0</a><br/>
3940
</td>

doc/changelogs/CHANGELOG_V10.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</tr>
1010
<tr>
1111
<td>
12+
<a href="#10.2.1">10.2.1</a><br/>
1213
<a href="#10.2.0">10.2.0</a><br/>
1314
<a href="#10.1.0">10.1.0</a><br/>
1415
<a href="#10.0.0">10.0.0</a><br/>
@@ -28,6 +29,19 @@
2829
* [io.js](CHANGELOG_IOJS.md)
2930
* [Archive](CHANGELOG_ARCHIVE.md)
3031

32+
<a id="10.2.1"></a>
33+
## 2018-05-24, Version 10.2.1 (Current), @MylesBorins
34+
35+
### Notable Changes
36+
37+
This is a follow up release to fix two regressions that were introduced in v10.2.0.
38+
39+
### Commits
40+
41+
* [[`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)
42+
* [[`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)
43+
* [[`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)
44+
3145
<a id="10.2.0"></a>
3246
## 2018-05-23, Version 10.2.0 (Current), @MylesBorins
3347

0 commit comments

Comments
 (0)