From 3f3d62a21c30daec479d82986445ba8773a14263 Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Tue, 21 Feb 2017 23:38:47 +0100 Subject: [PATCH] doc: add changelogs for process PR-URL: https://github.com/nodejs/node/pull/11489 Reviewed-By: Ben Noordhuis Reviewed-By: Sam Roberts Reviewed-By: Roman Reiss Reviewed-By: James M Snell Reviewed-By: Italo A. Casas --- doc/api/process.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/doc/api/process.md b/doc/api/process.md index d1cfdf0645..76e959136b 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -203,6 +203,14 @@ to detect application failures and recover or restart as needed. ### Event: 'unhandledRejection' The `'unhandledRejection`' event is emitted whenever a `Promise` is rejected and @@ -1143,6 +1151,10 @@ is no entry script. ## process.memoryUsage() * Returns: {Object} @@ -1178,6 +1190,10 @@ objects managed by V8. ## process.nextTick(callback[, ...args]) * `callback` {Function} @@ -1297,6 +1313,10 @@ console.log(`This platform is ${process.platform}`); ## process.release The `process.release` property returns an Object containing metadata related to @@ -1659,6 +1679,10 @@ console.log(`Version: ${process.version}`); ## process.versions * {Object}