summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2017-02-26 12:58:39 +0100
committerAraq <rumpf_a@web.de>2017-02-26 17:41:00 +0100
commit53f4bdad236c69f0e582a9aaa8bc74dc504d841c (patch)
treefd0cc2ff840c09d50a177ce1766790eca367fb2b /web
parente5341a391d028c24800082ac6895688669852bcd (diff)
downloadNim-53f4bdad236c69f0e582a9aaa8bc74dc504d841c.tar.gz
minor news.rst update
Diffstat (limited to 'web')
-rw-r--r--web/news/e031_version_0_16_2.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/web/news/e031_version_0_16_2.rst b/web/news/e031_version_0_16_2.rst
index 785285eaf..3f111b503 100644
--- a/web/news/e031_version_0_16_2.rst
+++ b/web/news/e031_version_0_16_2.rst
@@ -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