diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/news.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index ce5443213..cffffffee 100644 --- a/web/news.txt +++ b/web/news.txt @@ -39,6 +39,7 @@ News ``varargs[expr]``. So if your code breaks for ``varargs[untyped]``, use ``varargs[expr]`` instead. The same applies to ``varargs[typed]`` vs ``varargs[stmt]``. + - ``sequtils.delete`` doesn't take confusing default arguments anymore. Library additions |