Commit 78018dc
committed
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](nodejs/node#9283)
* net: `Socket.prototype.connect` now once again functions without
a callback. (Juwan Yoo) [#11762](nodejs/node#11762)
* url: `URL.prototype.origin` now properly specified an opaque return of
`'null'` for `file://` URLs. (Brian White)
[#11691](nodejs/node#11691)
PR-URL: nodejs/node#11831
Signed-off-by: Ilkka Myller <ilkka.myller@nodefield.com>1 parent ca1cc7d commit 78018dc
File tree
3 files changed
+9
-9
lines changed- recipes-devtools/nodejs
3 files changed
+9
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
0 commit comments