From f6344de150a0870c293152cbee2016bdca993ba2 Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Thu, 25 Jul 2019 10:04:54 -0700 Subject: [PATCH 1/2] Blog: add #28630 to "notable" section of v12.7.0 release --- locale/en/blog/release/v12.7.0.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locale/en/blog/release/v12.7.0.md b/locale/en/blog/release/v12.7.0.md index 6d11dd264f4f8..c11091607cb81 100644 --- a/locale/en/blog/release/v12.7.0.md +++ b/locale/en/blog/release/v12.7.0.md @@ -31,6 +31,8 @@ author: Michaël Zasso * **readline,tty**: * Exposed stream API from various methods which write characters (cjihrig) [#28674](https://github.com/nodejs/node/pull/28674), [#28721](https://github.com/nodejs/node/pull/28721). +- **report**: + - Modify `process.report.getReport()` to return an `Object` (Christopher Hiller) [#28630](https://github.com/nodejs/node/pull/28630) * **src**: * Use cgroups to get memory limits. This improves the way we set the memory ceiling for a Node.js process. Previously we would use the physical memory size to estimate the necessary V8 heap sizes. The physical memory size From 3f6d3e1f8db2cfc1703123ffbdf3439a5c30c377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Sat, 27 Jul 2019 22:36:38 +0200 Subject: [PATCH 2/2] Update v12.7.0.md --- locale/en/blog/release/v12.7.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locale/en/blog/release/v12.7.0.md b/locale/en/blog/release/v12.7.0.md index c11091607cb81..1e863bf8e1eb3 100644 --- a/locale/en/blog/release/v12.7.0.md +++ b/locale/en/blog/release/v12.7.0.md @@ -31,8 +31,8 @@ author: Michaël Zasso * **readline,tty**: * Exposed stream API from various methods which write characters (cjihrig) [#28674](https://github.com/nodejs/node/pull/28674), [#28721](https://github.com/nodejs/node/pull/28721). -- **report**: - - Modify `process.report.getReport()` to return an `Object` (Christopher Hiller) [#28630](https://github.com/nodejs/node/pull/28630) +* **report**: + * Modify `process.report.getReport()` to return an `Object` instead of a JSON string (Christopher Hiller) [#28630](https://github.com/nodejs/node/pull/28630). * **src**: * Use cgroups to get memory limits. This improves the way we set the memory ceiling for a Node.js process. Previously we would use the physical memory size to estimate the necessary V8 heap sizes. The physical memory size