diff options
Diffstat (limited to 'web/news/version_0_15_released.rst')
-rw-r--r-- | web/news/version_0_15_released.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/news/version_0_15_released.rst b/web/news/version_0_15_released.rst index 1e35fb627..2b1b216b8 100644 --- a/web/news/version_0_15_released.rst +++ b/web/news/version_0_15_released.rst @@ -10,6 +10,8 @@ Some text here. Changes affecting backwards compatibility ----------------------------------------- +- The ``json`` module uses an ``OrderedTable`` rather than a ``Table`` + for JSON objects. - De-deprecated ``re.nim`` because we have too much code using it and it got the basic API right. |