diff options
Diffstat (limited to 'web/news.txt')
-rw-r--r-- | web/news.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index 5bb0e19b4..0a83503c1 100644 --- a/web/news.txt +++ b/web/news.txt @@ -26,6 +26,12 @@ Changes affecting backwards compatibility - The ``strutils.unindent`` procedure has been rewritten. Its parameters now match the parameters of ``strutils.indent``. See issue [#4037](https://github.com/nim-lang/Nim/issues/4037) for more details. +- The ``matchers`` module has been deprecated. See issue [#2446](https://github.com/nim-lang/Nim/issues/2446) + for more details. +- The ``json.[]`` no longer returns ``nil`` when a key is not found. Instead it + raises a ``KeyError`` exception. You can compile with the ``-d:nimJsonGet`` + flag to get a list of usages of ``[]``, as well as to restore the operator's + previous behaviour. Library Additions |