Skip to content

Commit 12ed929

Browse files
committed
2017-02-21, Version 7.6.0 (Current)
Notable changes: * deps: * update V8 to 5.5 (Michaël Zasso) [#11029](#11029) * upgrade libuv to 1.11.0 (cjihrig) [#11094](#11094) * add node-inspect 1.10.2 (Jan Krems) [#10187](#10187) * lib: build `node inspect` into `node` (Anna Henningsen) [#10187](#10187) * crypto: Remove expired certs from CNNIC whitelist (Shigeki Ohtsu) [#9469](#9469) * inspector: add --inspect-brk (Josh Gavant) [#11149](#11149) * fs: allow WHATWG URL and file: URLs as paths (James M Snell) [#10739](#10739) * src: support UTF-8 in compiled-in JS source files (Ben Noordhuis) [#11129](#11129) * url: extend url.format to support WHATWG URL (James M Snell) [#10857](#10857) PR-URL: #11185
1 parent 2f1ce29 commit 12ed929

File tree

4 files changed

+259
-4
lines changed

4 files changed

+259
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ release.
2828
</tr>
2929
<tr>
3030
<td valign="top">
31-
<b><a href="doc/changelogs/CHANGELOG_V7.md#7.5.0">7.5.0</a></b><br/>
31+
<b><a href="doc/changelogs/CHANGELOG_V7.md#7.6.0">7.6.0</a></b><br/>
32+
<a href="doc/changelogs/CHANGELOG_V7.md#7.4.0">7.5.0</a><br/>
3233
<a href="doc/changelogs/CHANGELOG_V7.md#7.4.0">7.4.0</a><br/>
3334
<a href="doc/changelogs/CHANGELOG_V7.md#7.3.0">7.3.0</a><br/>
3435
<a href="doc/changelogs/CHANGELOG_V7.md#7.2.1">7.2.1</a><br/>

0 commit comments

Comments
 (0)