Skip to content

Commit b1b52f6

Browse files
MylesBorinsMayaLekova
authored andcommitted
2018-02-22, Version 9.6.1 (Current)
Notable changes: * events: - `events.usingDomains` being set to false by default was removed in 9.6.0 which was a change in behavior compared to 9.5.0. This behavior change has been reverted and the `events` object now has `usingDomains` preset to `false`, which is the behavior in 9.x prior to 9.6.0 (Myles Borins) nodejs#18944 PR-URL: nodejs#18946
1 parent 45ecbba commit b1b52f6

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ release.
2929
</tr>
3030
<tr>
3131
<td valign="top">
32-
<b><a href="doc/changelogs/CHANGELOG_V9.md#9.6.0">9.6.0</a></b><br/>
32+
<b><a href="doc/changelogs/CHANGELOG_V9.md#9.6.1">9.6.1</a></b><br/>
33+
<a href="doc/changelogs/CHANGELOG_V9.md#9.6.0">9.6.0</a><br/>
3334
<a href="doc/changelogs/CHANGELOG_V9.md#9.5.0">9.5.0</a><br/>
3435
<a href="doc/changelogs/CHANGELOG_V9.md#9.4.0">9.4.0</a><br/>
3536
<a href="doc/changelogs/CHANGELOG_V9.md#9.3.0">9.3.0</a><br/>

doc/changelogs/CHANGELOG_V9.md

+15
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
</tr>
99
<tr>
1010
<td>
11+
<a href="#9.6.1">9.6.1</a><br/>
1112
<a href="#9.6.0">9.6.0</a><br/>
1213
<a href="#9.5.0">9.5.0</a><br/>
1314
<a href="#9.4.0">9.4.0</a><br/>
@@ -31,6 +32,20 @@
3132
* [io.js](CHANGELOG_IOJS.md)
3233
* [Archive](CHANGELOG_ARCHIVE.md)
3334

35+
<a id="9.6.1"></a>
36+
## 2018-02-22, Version 9.6.1 (Current), @MylesBorins
37+
38+
This is a special release to fix potentially Semver-Major regression that was released in v9.6.0
39+
40+
### Notable Changes
41+
42+
* **events**:
43+
- `events.usingDomains` being set to `false` by default was removed in 9.6.0 which was a change in behavior compares to 9.5.0. This behavior change has been reverted and the `events` object now has `usingDomains` preset to `false`, which is the behavior in 9.x prior to 9.6.0 (Myles Borins) [#18944](https://github.com/nodejs/node/pull/18944)
44+
45+
### Commits
46+
47+
* [[`761caec379`](https://github.com/nodejs/node/commit/761caec379)] - **events**: preset `usingDomains` to false (Myles Borins) [#18944](https://github.com/nodejs/node/pull/18944)
48+
3449
<a id="9.6.0"></a>
3550
## 2018-02-22, Version 9.6.0 (Current), @MylesBorins
3651

0 commit comments

Comments
 (0)