diff options
author | Araq <rumpf_a@web.de> | 2012-08-16 16:30:13 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-08-16 16:30:13 +0200 |
commit | d37fe6e0a5cc414c24dbff485ee656cc6f16eed8 (patch) | |
tree | 74e3faa868d278c4cb0ca749b939c02502b7db7b /web/news.txt | |
parent | bbae747f02a67e36411b0d0168ebac4912ef7555 (diff) | |
download | Nim-d37fe6e0a5cc414c24dbff485ee656cc6f16eed8.tar.gz |
stdlib uses more of varargs
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index 69003601c..91c47a3d1 100755 --- a/web/news.txt +++ b/web/news.txt @@ -63,6 +63,8 @@ Library Additions only support fixed length arrays). - Added ``system.compiles`` which can be used to check whether a type supports some operation. +- Added ``strutils.format``, ``subexes.format`` which use the + new ``varargs`` type. Changes affecting backwards compatibility |