mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-05 20:47:53 +00:00
minor news.rst update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user