summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMyles Borins <mylesborins@google.com>2018-02-22 20:39:55 -0500
committerMyles Borins <mylesborins@google.com>2018-02-22 23:04:01 -0500
commit8476815f01bb4e60693f1fc8a06f384c903396da (patch)
treeda49f32eacf64c59f07e0528e410c15249d5c828 /doc
parent6657b153abba09a16e4a628f3a46fc2cdf176b7d (diff)
downloadandroid-node-v8-8476815f01bb4e60693f1fc8a06f384c903396da.tar.gz
android-node-v8-8476815f01bb4e60693f1fc8a06f384c903396da.tar.bz2
android-node-v8-8476815f01bb4e60693f1fc8a06f384c903396da.zip
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) https://github.com/nodejs/node/pull/18944 PR-URL: https://github.com/nodejs/node/pull/18946
Diffstat (limited to 'doc')
-rw-r--r--doc/changelogs/CHANGELOG_V9.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/changelogs/CHANGELOG_V9.md b/doc/changelogs/CHANGELOG_V9.md
index 1641a65189..a95c79634d 100644
--- a/doc/changelogs/CHANGELOG_V9.md
+++ b/doc/changelogs/CHANGELOG_V9.md
@@ -8,6 +8,7 @@
</tr>
<tr>
<td>
+<a href="#9.6.1">9.6.1</a><br/>
<a href="#9.6.0">9.6.0</a><br/>
<a href="#9.5.0">9.5.0</a><br/>
<a href="#9.4.0">9.4.0</a><br/>
@@ -31,6 +32,20 @@
* [io.js](CHANGELOG_IOJS.md)
* [Archive](CHANGELOG_ARCHIVE.md)
+<a id="9.6.1"></a>
+## 2018-02-22, Version 9.6.1 (Current), @MylesBorins
+
+This is a special release to fix potentially Semver-Major regression that was released in v9.6.0
+
+### Notable Changes
+
+* **events**:
+ - `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)
+
+### Commits
+
+* [[`761caec379`](https://github.com/nodejs/node/commit/761caec379)] - **events**: preset `usingDomains` to false (Myles Borins) [#18944](https://github.com/nodejs/node/pull/18944)
+
<a id="9.6.0"></a>
## 2018-02-22, Version 9.6.0 (Current), @MylesBorins