diff options
author | Araq <rumpf_a@web.de> | 2015-04-25 20:23:09 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-04-25 23:17:00 +0200 |
commit | d3fc6e1f285950d9cddb338206d553ff7baee7d5 (patch) | |
tree | 5fcbd5ff92b50e341ecfa722d2229b3327c549b2 /web | |
parent | 6725aa363426db74d44df29d74fca0ca6e227bbe (diff) | |
download | Nim-d3fc6e1f285950d9cddb338206d553ff7baee7d5.tar.gz |
marshalling can be done at compile-time
Diffstat (limited to 'web')
-rw-r--r-- | web/news.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index b3453feaf..f792f5017 100644 --- a/web/news.txt +++ b/web/news.txt @@ -130,6 +130,7 @@ News - ``system.len`` for strings and sequences now returns 0 for nil. - A single underscore can now be used to discard values when unpacking tuples. + - ``marshal.$$`` and ``marshal.to`` can be executed at compile-time. Library additions |