diff options
author | data-man <datamanrb@gmail.com> | 2018-12-04 17:42:50 +0500 |
---|---|---|
committer | data-man <datamanrb@gmail.com> | 2018-12-04 17:42:50 +0500 |
commit | d80e585438e192ccbc681692f904fd3bba9e265a (patch) | |
tree | 6180722a2983ce1a248f6b06960baf5f4d10d552 | |
parent | b0a977fe41ac7a2cf5caf7438427153095455be9 (diff) | |
download | Nim-d80e585438e192ccbc681692f904fd3bba9e265a.tar.gz |
Update changelog
-rw-r--r-- | changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 3ecc77614..536d58237 100644 --- a/changelog.md +++ b/changelog.md @@ -106,5 +106,6 @@ proc enumToString*(enums: openArray[enum]): string = documentation. ### Compiler changes +- The deprecated `fmod` proc is now unavailable on the VM'. ### Bugfixes |