summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRod Vagg <rod@vagg.org>2017-06-15 21:18:34 +1000
committerRod Vagg <rod@vagg.org>2017-06-15 22:43:54 +1000
commitc7323af131736b3df8db3f7d9d3bc270ef10b834 (patch)
treecb77d015de0d0ef7c42f511ff3129323051410cd /doc
parentd50a802feb0b061383400e3f290ddc7410cb3a48 (diff)
downloadnode-new-c7323af131736b3df8db3f7d9d3bc270ef10b834.tar.gz
2017-06-15, Version 8.1.2 (Current)
Release to fix broken `process.release` properties Ref: https://github.com/nodejs/node/issues/13667
Diffstat (limited to 'doc')
-rw-r--r--doc/changelogs/CHANGELOG_V8.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/changelogs/CHANGELOG_V8.md b/doc/changelogs/CHANGELOG_V8.md
index 89fb9180ee..5003d9fd5f 100644
--- a/doc/changelogs/CHANGELOG_V8.md
+++ b/doc/changelogs/CHANGELOG_V8.md
@@ -6,6 +6,7 @@
</tr>
<tr>
<td>
+<a href="#8.1.2">8.1.2</a><br/>
<a href="#8.1.1">8.1.1</a><br/>
<a href="#8.1.0">8.1.0</a><br/>
<a href="#8.0.0">8.0.0</a><br/>
@@ -23,6 +24,14 @@
* [io.js](CHANGELOG_IOJS.md)
* [Archive](CHANGELOG_ARCHIVE.md)
+<a id="8.1.2"></a>
+## 2017-06-15, Version 8.1.2 (Current), @rvagg
+
+### Notable changes
+
+Release to fix broken `process.release` properties
+Ref: https://github.com/nodejs/node/issues/13667
+
<a id="8.1.1"></a>
## 2017-06-13, Version 8.1.1 (Current), @addaleax