Skip to content

Commit

Permalink
doc: add changelogs for os
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
addaleax committed Feb 24, 2017
1 parent 3183397 commit ac10a3b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/api/os.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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`:

Expand Down

0 comments on commit ac10a3b

Please sign in to comment.