summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2015-07-04 00:22:08 +0200
committerAraq <rumpf_a@web.de>2015-07-04 00:22:23 +0200
commitb39ce2fbfc8b2fcebcbdfb22d3c858368916934e (patch)
tree9a1096be755e46830b157c94660de8666e543b95 /web
parent96839692430c9ba7e7e669457ac59bf6df8feeb6 (diff)
downloadNim-b39ce2fbfc8b2fcebcbdfb22d3c858368916934e.tar.gz
documented 'varargs[typed]' code breakage
Diffstat (limited to 'web')
-rw-r--r--web/news.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index 0e137a805..ce5443213 100644
--- a/web/news.txt
+++ b/web/news.txt
@@ -34,6 +34,12 @@ News
     renamed to ``sockType``. The param ``af`` in the ``connect`` procs was
     removed. This affects ``asyncnet``, ``asyncdispatch``, ``net``, and
     ``rawsockets``.
+  - ``varargs[typed]`` and ``varargs[untyped]`` have been refined and now work
+    as expected. However ``varargs[untyped]`` is not an alias anymore for
+    ``varargs[expr]``. So if your code breaks for ``varargs[untyped]``, use
+    ``varargs[expr]`` instead. The same applies to ``varargs[typed]`` vs
+    ``varargs[stmt]``.
+
 
   Library additions
   -----------------