summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
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