diff --git a/web/news/e031_version_0_16_2.rst b/web/news/e031_version_0_16_2.rst index 785285eafe..3f111b503b 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 `_. +the "declared but not used" warning. More details can be +found `here `_. Bugfixes