Skip to content

Commit f76ce0a

Browse files
committed
2017-10-31, Version 8.9.0 'Carbon' (LTS) Release
This LTS release comes with 87 commits. This includes 30 that are updates to lib/ or src/, 20 that are test related, 13 that are doc related, 19 which are build / tools related, and 4 commits which are updates to dependencies. Notable Changes: * doc: - add Gibson Fahnestock to Release team (Gibson Fahnestock) #16620 * deps: - update npm to 5.5.1 (Myles Borins) #16509 * http2: - The exposed http2 socket is no longer manipulatable (Anatoli Papirovski) #16330 * module: - support custom paths to require.resolve() (cjihrig) #16397 * util: - util.TextEncoder and util.TextDecoder are no longer experimental. There will no longer be a warning when they are used (James M Snell) #15743 PR-URL: #16630
1 parent 3454c82 commit f76ce0a

File tree

4 files changed

+137
-9
lines changed

4 files changed

+137
-9
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,15 @@ release.
2020

2121
<table>
2222
<tr>
23-
<th><a href="doc/changelogs/CHANGELOG_V8.md">8</a><sup>Current</sup></th>
23+
<th title="LTS Until 2019-12"><a href="doc/changelogs/CHANGELOG_V8.md">8</a><sup>LTS</sup></th>
2424
<th title="Supported until 2016-07-01"><a href="doc/changelogs/CHANGELOG_V7.md">7</a><sup>-</sup></th>
2525
<th title="LTS Until 2019-04"><a href="doc/changelogs/CHANGELOG_V6.md">6</a><sup>LTS</sup></th>
2626
<th title="LTS Until 2018-04"><a href="doc/changelogs/CHANGELOG_V4.md">4</a><sup>LTS</sup></th>
2727
</tr>
2828
<tr>
2929
<td valign="top">
30-
<b><a href="doc/changelogs/CHANGELOG_V8.md#8.8.1">8.8.1</a></b><br/>
30+
<b><a href="doc/changelogs/CHANGELOG_V8.md#8.9.0">8.9.0</a></b><br/>
31+
<a href="doc/changelogs/CHANGELOG_V8.md#8.8.1">8.8.1</a><br/>
3132
<a href="doc/changelogs/CHANGELOG_V8.md#8.8.0">8.8.0</a><br/>
3233
<a href="doc/changelogs/CHANGELOG_V8.md#8.7.0">8.7.0</a><br/>
3334
<a href="doc/changelogs/CHANGELOG_V8.md#8.6.0">8.6.0</a><br/>

doc/api/modules.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ should be discouraged.
602602
<!-- YAML
603603
added: v0.3.0
604604
changes:
605-
- version: REPLACEME
605+
- version: v8.9.0
606606
pr-url: https://github.com/nodejs/node/pull/16397
607607
description: The `paths` option is now supported.
608608
-->
@@ -620,7 +620,7 @@ but rather than loading the module, just return the resolved filename.
620620

621621
#### require.resolve.paths(request)
622622
<!-- YAML
623-
added: REPLACEME
623+
added: v8.9.0
624624
-->
625625

626626
* `request` {string} The module path whose lookup paths are being retrieved.

0 commit comments

Comments
 (0)