summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2017-04-03 16:35:41 +0200
committerAndreas Rumpf <rumpf_a@web.de>2017-04-03 16:35:41 +0200
commit08f5087d2c4f96ca6b82c1feed2f25c4e1f9f9b6 (patch)
treed0c47ee3def4dc46fd6f0138b746ff73fbf5baeb /web
parente8cfa1435408bc4c5ad89908449ab1b39b13f56f (diff)
downloadNim-08f5087d2c4f96ca6b82c1feed2f25c4e1f9f9b6.tar.gz
remove the need for the .procvar annotation
Diffstat (limited to 'web')
-rw-r--r--web/news/e031_version_0_16_2.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/news/e031_version_0_16_2.rst b/web/news/e031_version_0_16_2.rst
index d34c7de53..bee4b78df 100644
--- a/web/news/e031_version_0_16_2.rst
+++ b/web/news/e031_version_0_16_2.rst
@@ -112,6 +112,12 @@ found `here <http://nim-lang.org/docs/manual.html#pragmas-used-pragma>`_.
 This is particularly useful for DSLs that help in tree construction.
 
 
+Language changes
+----------------
+
+- The ``.procvar`` annotation is not required anymore. That doesn't mean you
+  can pass ``system.$`` to ``map`` just yet though.
+
 
 Bugfixes
 --------