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_V6.md
+18-1Lines changed: 18 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,10 @@
7
7
</tr>
8
8
<tr>
9
9
<tdvalign="top">
10
-
<ahref="#6.9.0">6.9.0</a><br/>
10
+
<ahref="#6.9.1">6.9.1</a><br/>
11
11
</td>
12
12
<tdvalign="top">
13
+
<ahref="#6.9.0">6.9.0</a><br/>
13
14
<ahref="#6.8.1">6.8.1</a><br/>
14
15
<ahref="#6.8.0">6.8.0</a><br/>
15
16
<ahref="#6.7.0">6.7.0</a><br/>
@@ -39,6 +40,22 @@
39
40
[Node.js Long Term Support Plan](https://github.com/nodejs/LTS) and
40
41
will be supported actively until April 2018 and maintained until April 2019.
41
42
43
+
<aid="6.9.1"></a>
44
+
## 2016-10-19, Version 6.9.1 'Boron' (LTS), @thealphanerd
45
+
46
+
### Notable changes
47
+
48
+
***streams**: Fix a regression in readable stream that caused unpipe to remove the wrong stream (Anna Henningsen)
49
+
50
+
### Commits
51
+
52
+
*[[`2c3bbb576c`](https://github.com/nodejs/node/commit/2c3bbb576c)] - **doc**: fix changelog index for v6.9.0 (Rod Vagg) [#9168](https://github.com/nodejs/node/pull/9168)
53
+
*[[`f4b766f5b7`](https://github.com/nodejs/node/commit/f4b766f5b7)] - **streams**: fix regression in `unpipe()` (Anna Henningsen) [#9171](https://github.com/nodejs/node/pull/9171)
54
+
*[[`6072326009`](https://github.com/nodejs/node/commit/6072326009)] - **test**: add regression test for `unpipe()` (Niels Nielsen) [#9171](https://github.com/nodejs/node/pull/9171)
55
+
*[[`9f248a4d83`](https://github.com/nodejs/node/commit/9f248a4d83)] - **tools**: check tag is on github before release (Rod Vagg) [#9142](https://github.com/nodejs/node/pull/9142)
56
+
*[[`c74d3a700a`](https://github.com/nodejs/node/commit/c74d3a700a)] - **tools**: make detached SHASUM .sig file for releases (Rod Vagg) [#9071](https://github.com/nodejs/node/pull/9071)
57
+
*[[`955bbf876f`](https://github.com/nodejs/node/commit/955bbf876f)] - **tools**: explicitly set digest algo for SHASUM to 256 (Rod Vagg) [#9071](https://github.com/nodejs/node/pull/9071)
58
+
42
59
<aid="6.9.0"></a>
43
60
## 2016-10-18, Version 6.9.0 'Boron' (LTS), @rvagg
0 commit comments