summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-08-16 16:30:13 +0200
committerAraq <rumpf_a@web.de>2012-08-16 16:30:13 +0200
commitd37fe6e0a5cc414c24dbff485ee656cc6f16eed8 (patch)
tree74e3faa868d278c4cb0ca749b939c02502b7db7b /web/news.txt
parentbbae747f02a67e36411b0d0168ebac4912ef7555 (diff)
downloadNim-d37fe6e0a5cc414c24dbff485ee656cc6f16eed8.tar.gz
stdlib uses more of varargs
Diffstat (limited to 'web/news.txt')
-rwxr-xr-xweb/news.txt2
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