File tree 3 files changed +20
-2
lines changed
3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ release.
32
32
</tr >
33
33
<tr >
34
34
<td valign="top">
35
- <b ><a href =" doc/changelogs/CHANGELOG_V15.md#15.0.0 " >15.0.0</a ></b ><br />
35
+ <b ><a href =" doc/changelogs/CHANGELOG_V15.md#15.0.1 " >15.0.1</a ></b ><br />
36
+ <a href =" doc/changelogs/CHANGELOG_V15.md#15.0.0 " >15.0.0</a ><br />
36
37
</td >
37
38
<td valign =" top " >
38
39
<b ><a href =" doc/changelogs/CHANGELOG_V14.md#14.14.0 " >14.14.0</a ></b ><br />
Original file line number Diff line number Diff line change 32
32
* [ io.js] ( CHANGELOG_IOJS.md )
33
33
* [ Archive] ( CHANGELOG_ARCHIVE.md )
34
34
35
+ <a id =" 15.0.1 " ></a >
36
+ ## 2020-10-21, Version 15.0.1 (Current), @BethGriggs
37
+
38
+ ### Notable changes
39
+
40
+ * ** crypto** : fix regression on randomFillSync (James M Snell) [ #35723 ] ( https://github.com/nodejs/node/pull/35723 )
41
+ * This fixes issue https://github.com/nodejs/node/issues/35722 .
42
+ * ** doc** : add release key for Danielle Adams (Danielle Adams) [ #35545 ] ( https://github.com/nodejs/node/pull/35545 )
43
+
44
+ ### Commits
45
+
46
+ * [[ ` f5acc2d030 ` ] ( https://github.com/nodejs/node/commit/f5acc2d030 )] - ** crypto** : fix regression on randomFillSync (James M Snell) [ #35723 ] ( https://github.com/nodejs/node/pull/35723 )
47
+ * [[ ` 1efa87082b ` ] ( https://github.com/nodejs/node/commit/1efa87082b )] - ** doc** : add release key for Danielle Adams (Danielle Adams) [ #35545 ] ( https://github.com/nodejs/node/pull/35545 )
48
+ * [[ ` 6e91d644e3 ` ] ( https://github.com/nodejs/node/commit/6e91d644e3 )] - ** doc** : use kbd element in os doc (Rich Trott) [ #35656 ] ( https://github.com/nodejs/node/pull/35656 )
49
+ * [[ ` 5a48a7b6f8 ` ] ( https://github.com/nodejs/node/commit/5a48a7b6f8 )] - ** doc** : add a statement in the documentation. (Pooja D.P) [ #35585 ] ( https://github.com/nodejs/node/pull/35585 )
50
+ * [[ ` d54edece99 ` ] ( https://github.com/nodejs/node/commit/d54edece99 )] - ** test** : refactor test-crypto-pbkdf2 (Tobias Nießen) [ #35693 ] ( https://github.com/nodejs/node/pull/35693 )
51
+
35
52
<a id =" 15.0.0 " ></a >
36
53
## 2020-10-20, Version 15.0.0 (Current), @BethGriggs
37
54
Original file line number Diff line number Diff line change 29
29
#define NODE_VERSION_IS_LTS 0
30
30
#define NODE_VERSION_LTS_CODENAME ""
31
31
32
- #define NODE_VERSION_IS_RELEASE 0
32
+ #define NODE_VERSION_IS_RELEASE 1
33
33
34
34
#ifndef NODE_STRINGIFY
35
35
#define NODE_STRINGIFY (n ) NODE_STRINGIFY_HELPER(n)
You can’t perform that action at this time.
0 commit comments