summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorItalo A. Casas <me@italoacasas.com>2017-03-14 10:38:22 -0400
committerItalo A. Casas <me@italoacasas.com>2017-03-14 18:39:08 -0400
commitbc26c62524c0522d6a4d03d33032e32984b39a25 (patch)
tree06f20b796e732fb2672c803a7088927b66cd1ff2 /CHANGELOG.md
parentc9bc3e50edf192aac7a051c1dd585d9df5c43c79 (diff)
downloadandroid-node-v8-bc26c62524c0522d6a4d03d33032e32984b39a25.tar.gz
android-node-v8-bc26c62524c0522d6a4d03d33032e32984b39a25.tar.bz2
android-node-v8-bc26c62524c0522d6a4d03d33032e32984b39a25.zip
2017-03-14, Version 7.7.3 (Current)
Notable changes: * module: The [module loading global fallback] (https://nodejs.org/dist/latest-v6.x/docs/api/modules.html#modules_loading_from_the_global_folders) to the Node executable's directory now works correctly on Windows. (Richard Lau) [#9283](https://github.com/nodejs/node/pull/9283) * net: `Socket.prototype.connect` now once again functions without a callback. (Juwan Yoo) [#11762](https://github.com/nodejs/node/pull/11762) * url: `URL.prototype.origin` now properly specified an opaque return of `'null'` for `file://` URLs. (Brian White) [#11691](https://github.com/nodejs/node/pull/11691) PR-URL: https://github.com/nodejs/node/pull/11831
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e2bab71499..49d686356e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -28,7 +28,8 @@ release.
</tr>
<tr>
<td valign="top">
-<b><a href="doc/changelogs/CHANGELOG_V7.md#7.7.2">7.7.2</a></b><br/>
+<b><a href="doc/changelogs/CHANGELOG_V7.md#7.7.3">7.7.3</a></b><br/>
+<a href="doc/changelogs/CHANGELOG_V7.md#7.7.2">7.7.2</a><br/>
<a href="doc/changelogs/CHANGELOG_V7.md#7.7.1">7.7.1</a><br/>
<a href="doc/changelogs/CHANGELOG_V7.md#7.7.0">7.7.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V7.md#7.6.0">7.6.0</a><br/>