summaryrefslogtreecommitdiff
path: root/doc/api/os.md
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2017-02-21 23:38:46 +0100
committerAnna Henningsen <anna@addaleax.net>2017-02-24 02:06:31 +0100
commitebb2d99a10b82fc8ed23caa2923d7e983e4e58c8 (patch)
tree470957dc47da4c88784f5f3b2eade5c8bf8a001f /doc/api/os.md
parentc3132ed73608e4e53ddd788db7708151510e6b13 (diff)
downloadandroid-node-v8-ebb2d99a10b82fc8ed23caa2923d7e983e4e58c8.tar.gz
android-node-v8-ebb2d99a10b82fc8ed23caa2923d7e983e4e58c8.tar.bz2
android-node-v8-ebb2d99a10b82fc8ed23caa2923d7e983e4e58c8.zip
doc: add changelogs for os
PR-URL: https://github.com/nodejs/node/pull/11489 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Italo A. Casas <me@italoacasas.com>
Diffstat (limited to 'doc/api/os.md')
-rw-r--r--doc/api/os.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/api/os.md b/doc/api/os.md
index 15b84189c9..d1a4cc66ae 100644
--- a/doc/api/os.md
+++ b/doc/api/os.md
@@ -333,6 +333,11 @@ https://en.wikipedia.org/wiki/Uname#Examples for more information.
## os.tmpdir()
<!-- YAML
added: v0.9.9
+changes:
+ - version: v2.0.0
+ pr-url: https://github.com/nodejs/node/pull/747
+ description: This function is now cross-platform consistent and no longer
+ returns a path with a trailing slash on any platform
-->
* Returns: {String}
@@ -404,6 +409,12 @@ The following constants are exported by `os.constants`. **Note:** Not all
constants will be available on every operating system.
### Signal Constants
+<!-- YAML
+changes:
+ - version: v5.11.0
+ pr-url: https://github.com/nodejs/node/pull/6093
+ description: Added support for `SIGINFO`.
+-->
The following signal constants are exported by `os.constants.signals`: