summaryrefslogtreecommitdiff
path: root/doc/changelogs
diff options
context:
space:
mode:
authorMyles Borins <mylesborins@google.com>2018-11-28 23:42:49 -0500
committerMyles Borins <mylesborins@google.com>2018-11-29 11:43:35 -0500
commit9efcfd313ad965f04d26abe33468569a82815485 (patch)
tree8e14e37db1a86c6f3df28755afe037423438f6ee /doc/changelogs
parentfa1535aed7f8dcfe0400f6359c068253032f5973 (diff)
downloadandroid-node-v8-9efcfd313ad965f04d26abe33468569a82815485.tar.gz
android-node-v8-9efcfd313ad965f04d26abe33468569a82815485.tar.bz2
android-node-v8-9efcfd313ad965f04d26abe33468569a82815485.zip
2018-11-29, Version 10.14.1 'Dubnium' (LTS)
Notable Changes: * **win/msi**: Revert changes to installer causing issues on Windows systems. PR-URL: https://github.com/nodejs/node/pull/24711
Diffstat (limited to 'doc/changelogs')
-rw-r--r--doc/changelogs/CHANGELOG_V10.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/changelogs/CHANGELOG_V10.md b/doc/changelogs/CHANGELOG_V10.md
index 8f73606876..30edd27414 100644
--- a/doc/changelogs/CHANGELOG_V10.md
+++ b/doc/changelogs/CHANGELOG_V10.md
@@ -10,6 +10,7 @@
</tr>
<tr>
<td valign="top">
+<a href="#10.14.1">10.14.1</a><br/>
<a href="#10.14.0">10.14.0</a><br/>
<a href="#10.13.0">10.13.0</a><br/>
</td>
@@ -46,6 +47,19 @@
* [io.js](CHANGELOG_IOJS.md)
* [Archive](CHANGELOG_ARCHIVE.md)
+<a id="10.14.1"></a>
+## 2018-11-29, Version 10.14.1 'Dubnium' (LTS), @MylesBorins
+
+### Notable Changes
+
+* **win/msi**: Revert changes to installer causing issues on Windows systems.
+
+### Commits
+
+* [[`5d17bf1e13`](https://github.com/nodejs/node/commit/5d17bf1e13)] - **win**: add prompt to tools installation script (João Reis) [#23987](https://github.com/nodejs/node/pull/23987)
+* [[`589f0d2192`](https://github.com/nodejs/node/commit/589f0d2192)] - **win**: clarify Boxstarter behavior on install tools (Rob Reynolds) [#23987](https://github.com/nodejs/node/pull/23987)
+* [[`9e293c1328`](https://github.com/nodejs/node/commit/9e293c1328)] - ***Revert*** "**win,msi**: install tools for native modules" (Refael Ackermann) [#24344](https://github.com/nodejs/node/pull/24344)
+
<a id="10.14.0"></a>
## 2018-11-27, Version 10.14.0 'Dubnium' (LTS), @rvagg