diff options
author | Araq <rumpf_a@web.de> | 2012-05-01 11:14:29 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-05-01 11:14:29 +0200 |
commit | e95f155af32eeb030337708efb3063d1afcf8fba (patch) | |
tree | 5ef44eea33028aaf140d895053c4b29a84761ca1 /web/news.txt | |
parent | ccae3146353422e2528455e674ce4ee16384ae99 (diff) | |
download | Nim-e95f155af32eeb030337708efb3063d1afcf8fba.tar.gz |
small bugfixes; documentation generator supports smilies for the forum
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 1 |
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. |