diff options
author | Yuriy Glukhov <yutiy.glukhov@gmail.com> | 2016-04-11 20:38:44 +0300 |
---|---|---|
committer | Yuriy Glukhov <yutiy.glukhov@gmail.com> | 2016-05-13 17:25:40 +0300 |
commit | 6e135468f852e2aba7b1ce731ec91b67041587bf (patch) | |
tree | 05ca346d9d797c8007f7b8e93fe73e0a5e4fc42b /web | |
parent | 299989f3aa72b4bb0558ce5dbe7043dc83a4d2a5 (diff) | |
download | Nim-6e135468f852e2aba7b1ce731ec91b67041587bf.tar.gz |
Json serialization for openarrays and objects
Diffstat (limited to 'web')
-rw-r--r-- | web/news.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index b6ce533c8..87896df3f 100644 --- a/web/news.txt +++ b/web/news.txt @@ -37,6 +37,8 @@ Changes affecting backwards compatibility by the language. With this change, ``alloc`` and ``dealloc`` are no longer aliases for ``malloc`` and ``free`` - use ``c_malloc`` and ``c_free`` if you need that. +- The ``json.%`` operator is now overloaded for ``object``, ``ref object`` and + ``openarray[T]``. Library Additions |