File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -333,6 +333,11 @@ https://en.wikipedia.org/wiki/Uname#Examples for more information.
333333## os.tmpdir()
334334<!-- YAML
335335added: 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
404409constants 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
408419The following signal constants are exported by ` os.constants.signals ` :
409420
You can’t perform that action at this time.
0 commit comments