minor news.rst update

This commit is contained in:
Araq
2017-02-26 12:58:39 +01:00
parent e5341a391d
commit 53f4bdad23

View File

@@ -27,6 +27,8 @@ Changes affecting backwards compatibility
Library Additions
-----------------
- Added ``system.onThreadDestruction``.
Tool Additions
--------------
@@ -67,7 +69,8 @@ In the near future we will be converting all exception types to refs to
remove the need for the ``newException`` template.
- A new pragma ``.used`` can be used for symbols to prevent
the "declared but not used" warning. More details can be found `here <http://nim-lang.org/docs/manual.html#pragmas-used-pragma>`_.
the "declared but not used" warning. More details can be
found `here <http://nim-lang.org/docs/manual.html#pragmas-used-pragma>`_.
Bugfixes