Add note to news.txt about json changes

This commit is contained in:
def
2016-02-09 08:39:31 +01:00
parent 887a8d1f0a
commit 5d50cd6c26

View File

@@ -10,6 +10,11 @@ Changes affecting backwards compatibility
- ``--out`` and ``--nimcache`` command line arguments are now relative to
current directory. Previously they were relative to project directory.
- The json module now stores the name/value pairs in objects internally as a
hash table of type ``fields*: Table[string, JsonNode]`` instead of a
sequence. This means that order is no longer preserved. When using the
``table.mpairs`` iterator only the returned values can be modified, no
longer the keys.
Library Additions
-----------------
@@ -24,7 +29,6 @@ Compiler Additions
handling (no ``throw`` or ``try``/``catch`` generated) when compiling to C++
code
2016-01-27 Nim in Action is now available!
==========================================