diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2018-12-03 15:40:03 -0800 |
---|---|---|
committer | Timothee Cour <timothee.cour2@gmail.com> | 2018-12-03 15:40:03 -0800 |
commit | 0768d3ae38d3c6b4e8a3fb8c6f206b80bfd971be (patch) | |
tree | 19297c806b8b32bac4b86449bccd044125a7f1e7 /changelog.md | |
parent | 53147cc54610a9917c6838e2f66080288706748d (diff) | |
download | Nim-0768d3ae38d3c6b4e8a3fb8c6f206b80bfd971be.tar.gz |
fixup
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 1 |
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 |