You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/changelogs/CHANGELOG_V10.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@
9
9
</tr>
10
10
<tr>
11
11
<td>
12
+
<ahref="#10.2.1">10.2.1</a><br/>
12
13
<ahref="#10.2.0">10.2.0</a><br/>
13
14
<ahref="#10.1.0">10.1.0</a><br/>
14
15
<ahref="#10.0.0">10.0.0</a><br/>
@@ -28,6 +29,19 @@
28
29
*[io.js](CHANGELOG_IOJS.md)
29
30
*[Archive](CHANGELOG_ARCHIVE.md)
30
31
32
+
<aid="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
+
31
45
<aid="10.2.0"></a>
32
46
## 2018-05-23, Version 10.2.0 (Current), @MylesBorins
0 commit comments