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
+19Lines changed: 19 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,24 @@
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
+
***deps**:
41
+
* Fix handling of +0/-0 when constant field tracking is enabled (Michaël Zasso) [#27792](https://github.com/nodejs/node/pull/27792)
42
+
* Fix `os.freemem()` and `os.totalmem` correctness (cjihrig) [#27718](https://github.com/nodejs/node/pull/27718)
43
+
***src**:
44
+
* Fix v12.3.0 regression that prevents native addons from compiling [#27804](https://github.com/nodejs/node/pull/27804)
*[[`aed74ccb4c`](https://github.com/nodejs/node/commit/aed74ccb4c)] - **deps**: upgrade to libuv 1.29.1 (cjihrig) [#27718](https://github.com/nodejs/node/pull/27718)
50
+
*[[`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)
51
+
*[[`6f7005465a`](https://github.com/nodejs/node/commit/6f7005465a)] - **src, lib**: take control of prepareStackTrace (Gus Caplan) [#23926](https://github.com/nodejs/node/pull/23926)
52
+
34
53
<aid="12.3.0"></a>
35
54
## 2019-05-21, Version 12.3.0 (Current), @BridgeAR
0 commit comments