summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-05-06 01:16:36 +0200
committerAraq <rumpf_a@web.de>2012-05-06 01:16:36 +0200
commitc323ec0155cc426e604e0c53a6baf00b17e439d7 (patch)
tree1f585f7bd06fd7b25b12e1d7329a33d093abaa4f /web/news.txt
parentc3770ebd061649717d50bc74f718427af5be0ed5 (diff)
downloadNim-c323ec0155cc426e604e0c53a6baf00b17e439d7.tar.gz
added system.getStackTrace; docgen refactoring (incomplete)
Diffstat (limited to 'web/news.txt')
-rwxr-xr-xweb/news.txt3
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.