diff options
author | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-05-15 12:39:26 +0100 |
---|---|---|
committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-05-15 12:39:26 +0100 |
commit | f4f7edf00f19e5abcd4f3a4631261e109d6b8c4d (patch) | |
tree | e15fcb1683a5f9fcddfc379cc2de0088d2d4f4ca /web | |
parent | c770715b167c2bd1d57b3e2e28407c5a526bc4c0 (diff) | |
parent | 6e135468f852e2aba7b1ce731ec91b67041587bf (diff) | |
download | Nim-f4f7edf00f19e5abcd4f3a4631261e109d6b8c4d.tar.gz |
Merge pull request #4075 from yglukhov/json
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 |