summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2018-12-03 15:40:03 -0800
committerTimothee Cour <timothee.cour2@gmail.com>2018-12-03 15:40:03 -0800
commit0768d3ae38d3c6b4e8a3fb8c6f206b80bfd971be (patch)
tree19297c806b8b32bac4b86449bccd044125a7f1e7 /changelog.md
parent53147cc54610a9917c6838e2f66080288706748d (diff)
downloadNim-0768d3ae38d3c6b4e8a3fb8c6f206b80bfd971be.tar.gz
fixup
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 3ecc77614..d330819a0 100644
--- a/changelog.md
+++ b/changelog.md
@@ -91,6 +91,7 @@ proc enumToString*(enums: openArray[enum]): string =
 - Vm suport for float32<->int32 and float64<->int64 casts was added.
 - There is a new pragma block `noSideEffect` that works like
   the `gcsafe` pragma block.
+- added os.processID()
 
 ### Language changes