diff options
author | Araq <rumpf_a@web.de> | 2012-05-06 01:16:36 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-05-06 01:16:36 +0200 |
commit | c323ec0155cc426e604e0c53a6baf00b17e439d7 (patch) | |
tree | 1f585f7bd06fd7b25b12e1d7329a33d093abaa4f /web/news.txt | |
parent | c3770ebd061649717d50bc74f718427af5be0ed5 (diff) | |
download | Nim-c323ec0155cc426e604e0c53a6baf00b17e439d7.tar.gz |
added system.getStackTrace; docgen refactoring (incomplete)
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/news.txt b/web/news.txt index 578e2203c..cff4bcbec 100755 --- a/web/news.txt +++ b/web/news.txt @@ -42,9 +42,10 @@ Library Additions - Added overload for ``system.items`` that can be used to iterate over the values of an enum. - Added ``system.TInteger`` and ``system.TNumber`` type classes matching - any of the corresponding type available in nimrod. + any of the corresponding types available in nimrod. - Added ``system.clamp`` to limit a value within an interval ``[a, b]``. - Added ``strutils.continuesWith``. +- Added ``system.getStackTrace``. - The GC supports (soft) realtime systems via ``GC_setMaxPause`` and ``GC_step`` procs. |