Skip to content

Commit

Permalink
2017-02-21, Version 6.10.0 'Boron' (LTS)
Browse files Browse the repository at this point in the history
Notable Changes:

The SEMVER-MINOR changes include:

*  crypto: allow adding extra certs to well-known CAs (Sam Roberts)
   nodejs#9139
*  deps: Upgrade INTL ICU to version 58 (Steven R. Loomis)
   nodejs#9234
*  process: add `process.memoryUsage.external` (Fedor Indutny)
   nodejs#9587
*  src: add wrapper for process.emitWarning() (Sam Roberts)
   nodejs#9139

Notable SEMVER-PATCH changes include:

*  fs: cache non-symlinks in realpathSync. (Jeremy Yallop)
   nodejs#10253
*  repl: allow autocompletion for scoped packages (Evan Lucas)
   nodejs#10296

PR-URL: nodejs#10974
  • Loading branch information
MylesBorins committed Feb 22, 2017
1 parent 49c5ff4 commit aecb085
Show file tree
Hide file tree
Showing 2 changed files with 195 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ release.
<a href="doc/changelogs/CHANGELOG_V7.md#7.0.0">7.0.0</a><br/>
</td>
<td valign="top">
<b><a href="doc/changelogs/CHANGELOG_V6.md#6.9.5">6.9.5</a></b><br/>
<b><a href="doc/changelogs/CHANGELOG_V6.md#6.10.0">6.10.0</a></b><br/>
<a href="doc/changelogs/CHANGELOG_V6.md#6.9.5">6.9.5</a><br/>
<a href="doc/changelogs/CHANGELOG_V6.md#6.9.4">6.9.4</a><br/>
<a href="doc/changelogs/CHANGELOG_V6.md#6.9.3">6.9.3</a><br/>
<a href="doc/changelogs/CHANGELOG_V6.md#6.9.2">6.9.2</a><br/>
Expand Down
Loading

0 comments on commit aecb085

Please sign in to comment.