summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-06-22 08:30:55 +0200
committerAraq <rumpf_a@web.de>2012-06-22 08:30:55 +0200
commit0b509127d21b3aba735b363d6b8dfeb9b37d1f4d (patch)
tree9c90de9254e72c8dc9ff4d55141328b44aa8ac0a /web/news.txt
parent05c981ea9b906292063c0b24dd6d387d4e666e8a (diff)
downloadNim-0b509127d21b3aba735b363d6b8dfeb9b37d1f4d.tar.gz
documentation improvements; added system.gorge (for Araq's fun)
Diffstat (limited to 'web/news.txt')
-rwxr-xr-xweb/news.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/web/news.txt b/web/news.txt
index eeff4bf8a..feaa5c2aa 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -27,8 +27,9 @@ Library Additions
   assignments.
 - Added ``system.eval`` that can execute an anonymous block of code at
   compile time as if was a macro.
-- Added ``system.staticExec`` for compile-time execution of external programs
-- Added ``system.staticRead`` as a synonym for slurp
+- Added ``system.staticExec`` and ``system.gorge`` for compile-time execution 
+  of external programs.
+- Added ``system.staticRead`` as a synonym for ``system.slurp``.
 - Added ``macros.emit`` that can emit an arbitrary computed string as nimrod
   code during compilation.
 - Added ``strutils.parseEnum``.
@@ -41,10 +42,10 @@ Library Additions
 - Added a wrapper for ``libsvm``.
 - Added a wrapper for ``mongodb``.
 - Added ``terminal.isatty``.
-- Added overload for ``system.items`` that can be used to iterate over the
+- Added an 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 types 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``.