Skip to content

Commit 3438937

Browse files
committedFeb 27, 2020
doc: fix notable changes for v13.9.0
PR-URL: #31857 Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Myles Borins <myles.borins@gmail.com>
1 parent 9079bb4 commit 3438937

File tree

1 file changed

+21
-8
lines changed

1 file changed

+21
-8
lines changed
 

‎doc/changelogs/CHANGELOG_V13.md

+21-8
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,27 @@
4444

4545
### Notable changes
4646

47-
* [[`6be51296e4`](https://github.com/nodejs/node/commit/6be51296e4)] - **(SEMVER-MINOR)** **async_hooks**: add executionAsyncResource (Matteo Collina) [#30959](https://github.com/nodejs/node/pull/30959)
48-
* [[`15b24b71ce`](https://github.com/nodejs/node/commit/15b24b71ce)] - **doc**: add ronag to collaborators (Robert Nagy) [#31498](https://github.com/nodejs/node/pull/31498)
49-
* [[`1bcf2f9423`](https://github.com/nodejs/node/commit/1bcf2f9423)] - **report**: add support for Workers (Anna Henningsen) [#31386](https://github.com/nodejs/node/pull/31386)
50-
* [[`676b84a803`](https://github.com/nodejs/node/commit/676b84a803)] - **(SEMVER-MINOR)** **test**: skip keygen tests on arm systems (Tobias Nießen) [#31178](https://github.com/nodejs/node/pull/31178)
51-
* [[`bf46c304dd`](https://github.com/nodejs/node/commit/bf46c304dd)] - **(SEMVER-MINOR)** **crypto**: add crypto.diffieHellman (Tobias Nießen) [#31178](https://github.com/nodejs/node/pull/31178)
52-
* [[`0d3e095941`](https://github.com/nodejs/node/commit/0d3e095941)] - **(SEMVER-MINOR)** **crypto**: add DH support to generateKeyPair (Tobias Nießen) [#31178](https://github.com/nodejs/node/pull/31178)
53-
* [[`15bd2c9f0c`](https://github.com/nodejs/node/commit/15bd2c9f0c)] - **(SEMVER-MINOR)** **crypto**: simplify DH groups (Tobias Nießen) [#31178](https://github.com/nodejs/node/pull/31178)
54-
* [[`572322fddf`](https://github.com/nodejs/node/commit/572322fddf)] - **(SEMVER-MINOR)** **crypto**: add key type 'dh' (Tobias Nießen) [#31178](https://github.com/nodejs/node/pull/31178)
47+
* **async_hooks**
48+
* add executionAsyncResource (Matteo Collina) [#30959](https://github.com/nodejs/node/pull/30959)
49+
* **crypto**
50+
* add crypto.diffieHellman (Tobias Nießen) [#31178](https://github.com/nodejs/node/pull/31178)
51+
* add DH support to generateKeyPair (Tobias Nießen) [#31178](https://github.com/nodejs/node/pull/31178)
52+
* simplify DH groups (Tobias Nießen) [#31178](https://github.com/nodejs/node/pull/31178)
53+
* add key type 'dh' (Tobias Nießen) [#31178](https://github.com/nodejs/node/pull/31178)
54+
* **test**
55+
* skip keygen tests on arm systems (Tobias Nießen) [#31178](https://github.com/nodejs/node/pull/31178)
56+
* **perf_hooks**
57+
* add property flags to GCPerformanceEntry (Kirill Fomichev) [#29547](https://github.com/nodejs/node/pull/29547)
58+
* **process**
59+
* report ArrayBuffer memory in `memoryUsage()` (Anna Henningsen) [#31550](https://github.com/nodejs/node/pull/31550)
60+
* **readline**
61+
* make tab size configurable (Ruben Bridgewater) [#31318](https://github.com/nodejs/node/pull/31318)
62+
* **report**
63+
* add support for Workers (Anna Henningsen) [#31386](https://github.com/nodejs/node/pull/31386)
64+
* **worker**
65+
* add ability to take heap snapshot from parent thread (Anna Henningsen) [#31569](https://github.com/nodejs/node/pull/31569)
66+
* **added new collaborators**
67+
* add ronag to collaborators (Robert Nagy) [#31498](https://github.com/nodejs/node/pull/31498)
5568

5669
### Commits
5770

0 commit comments

Comments
 (0)
Please sign in to comment.