Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions locale/en/blog/release/v12.7.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` 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
Expand Down