summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-05-01 11:14:29 +0200
committerAraq <rumpf_a@web.de>2012-05-01 11:14:29 +0200
commite95f155af32eeb030337708efb3063d1afcf8fba (patch)
tree5ef44eea33028aaf140d895053c4b29a84761ca1 /web/news.txt
parentccae3146353422e2528455e674ce4ee16384ae99 (diff)
downloadNim-e95f155af32eeb030337708efb3063d1afcf8fba.tar.gz
small bugfixes; documentation generator supports smilies for the forum
Diffstat (limited to 'web/news.txt')
-rwxr-xr-xweb/news.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index 8504be619..64d0ce928 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -43,6 +43,7 @@ Library Additions
 - Added ``system.TInteger`` and ``system.TNumber`` type classes matching
   any of the corresponding type available in nimrod.
 - Added ``system.clamp`` to limit a value within an interval ``[a, b]``.
+- Added ``strutils.continuesWith``.
 - The GC supports (soft) realtime systems via ``GC_setMaxPause`` 
   and ``GC_step`` procs.