This commit is contained in:
Timothee Cour
2018-12-03 15:40:03 -08:00
parent 53147cc546
commit 0768d3ae38

View File

@@ -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