You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/changelogs/CHANGELOG_V12.md
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@
9
9
</tr>
10
10
<tr>
11
11
<td>
12
+
<ahref="#12.3.1">12.3.1</a><br/>
12
13
<ahref="#12.3.0">12.3.0</a><br/>
13
14
<ahref="#12.2.0">12.2.0</a><br/>
14
15
<ahref="#12.1.0">12.1.0</a><br/>
@@ -31,6 +32,19 @@
31
32
*[io.js](CHANGELOG_IOJS.md)
32
33
*[Archive](CHANGELOG_ARCHIVE.md)
33
34
35
+
<aid="12.3.1"></a>
36
+
## 2019-05-22, Version 12.3.1 (Current), @BridgeAR
37
+
38
+
### Notable changes
39
+
40
+
This release fixes a regression introduced in v12.3.0 that prevents native addons from compiling.
41
+
42
+
### Commits
43
+
44
+
*[[`aed74ccb4c`](https://github.com/nodejs/node/commit/aed74ccb4c)] - **deps**: upgrade to libuv 1.29.1 (cjihrig) [#27718](https://github.com/nodejs/node/pull/27718)
45
+
*[[`7438a557af`](https://github.com/nodejs/node/commit/7438a557af)] - **src**: remove util-inl.h include in node.h (Anna Henningsen) [#27804](https://github.com/nodejs/node/pull/27804)
46
+
*[[`6f7005465a`](https://github.com/nodejs/node/commit/6f7005465a)] - **src, lib**: take control of prepareStackTrace (Gus Caplan) [#23926](https://github.com/nodejs/node/pull/23926)
47
+
34
48
<aid="12.3.0"></a>
35
49
## 2019-05-21, Version 12.3.0 (Current), @BridgeAR
0 commit comments