diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/news.txt | 6 |
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 ----------------- |