summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
authorArne Döring <arne.doering@gmx.net>2018-10-28 11:56:30 +0100
committerGitHub <noreply@github.com>2018-10-28 11:56:30 +0100
commit2fa13040b99350c96e20550f4768043d708f0742 (patch)
tree3ab663ad9d4ce2efa993bedc6bacc24974e140fd /changelog.md
parentf2cd8ed99a7caa00b20bae2443cacf2d97700d75 (diff)
parent2f781781d0e3a73d90f01b8056b8d50b65536eb9 (diff)
downloadNim-2fa13040b99350c96e20550f4768043d708f0742.tar.gz
Merge pull request #9496 from cooldome/vm_float_casts
VM: add int <-> float casts of the same size
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index eb91d6d86..0e0632c2b 100644
--- a/changelog.md
+++ b/changelog.md
@@ -44,6 +44,8 @@
 
 ### Language additions
 
+- Vm suport for float32<->int32 and float64<->int64 casts was added.
+
 
 ### Language changes