diff options
Diffstat (limited to 'web/news')
-rw-r--r-- | web/news/e031_version_0_16_2.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/news/e031_version_0_16_2.rst b/web/news/e031_version_0_16_2.rst index a4202833f..35f3716a3 100644 --- a/web/news/e031_version_0_16_2.rst +++ b/web/news/e031_version_0_16_2.rst @@ -38,6 +38,10 @@ Changes affecting backwards compatibility upfront every implementation needs to fullfill these contracts. - ``system.getAst templateCall(x, y)`` now typechecks the ``templateCall`` properly. You need to patch your code accordingly. +- ``macros.getType`` and ``macros.getTypeImpl`` for an enum will now return an + AST that is the same as what is used to define an enum. Previously the AST + returned had a repeated ``EnumTy`` node and was missing the initial pragma + node (which is currently empty for an enum). Library Additions |