Skip to content

Commit ac10a3b

Browse files
committed
doc: add changelogs for os
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]>
1 parent 3183397 commit ac10a3b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/api/os.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,11 @@ https://en.wikipedia.org/wiki/Uname#Examples for more information.
333333
## os.tmpdir()
334334
<!-- YAML
335335
added: v0.9.9
336+
changes:
337+
- version: v2.0.0
338+
pr-url: https://github.com/nodejs/node/pull/747
339+
description: This function is now cross-platform consistent and no longer
340+
returns a path with a trailing slash on any platform
336341
-->
337342

338343
* Returns: {String}
@@ -404,6 +409,12 @@ The following constants are exported by `os.constants`. **Note:** Not all
404409
constants will be available on every operating system.
405410

406411
### Signal Constants
412+
<!-- YAML
413+
changes:
414+
- version: v5.11.0
415+
pr-url: https://github.com/nodejs/node/pull/6093
416+
description: Added support for `SIGINFO`.
417+
-->
407418

408419
The following signal constants are exported by `os.constants.signals`:
409420

0 commit comments

Comments
 (0)