Skip to content

Commit 5979451

Browse files
committed
doc: add changelogs for v8
PR-URL: #11489 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Sam Roberts <[email protected]> Reviewed-By: Roman Reiss <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Italo A. Casas <[email protected]>
1 parent b01fd8c commit 5979451

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

doc/api/v8.md

+12
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ const v8 = require('v8');
1212
## v8.getHeapSpaceStatistics()
1313
<!-- YAML
1414
added: v6.0.0
15+
changes:
16+
- version: v7.5.0
17+
pr-url: https://github.com/nodejs/node/pull/10186
18+
description: Support values exceeding the 32-bit unsigned integer range.
1519
-->
1620

1721
Returns statistics about the V8 heap spaces, i.e. the segments which make up
@@ -72,6 +76,14 @@ For example:
7276
## v8.getHeapStatistics()
7377
<!-- YAML
7478
added: v1.0.0
79+
changes:
80+
- version: v7.2.0
81+
pr-url: https://github.com/nodejs/node/pull/8610
82+
description: Added `malloced_memory`, `peak_malloced_memory`,
83+
and `does_zap_garbage`.
84+
- version: v7.5.0
85+
pr-url: https://github.com/nodejs/node/pull/10186
86+
description: Support values exceeding the 32-bit unsigned integer range.
7587
-->
7688

7789
Returns an object with the following properties:

0 commit comments

Comments
 (0)