mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
Add note to news.txt about json changes
This commit is contained in:
@@ -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!
|
||||
==========================================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user