summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-06-26 20:17:19 +0200
committerAraq <rumpf_a@web.de>2011-06-26 20:17:19 +0200
commite25384db8907f846f3c053379cf5b431c4d28760 (patch)
tree73f9fcb73ff0b849805077e17889111314d1bf56 /web/news.txt
parentc9d21164beef5850b8c3ebb4faf70b59139644d4 (diff)
downloadNim-e25384db8907f846f3c053379cf5b431c4d28760.tar.gz
improvements to get code size down for programs that don't use GC
Diffstat (limited to 'web/news.txt')
-rwxr-xr-xweb/news.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/news.txt b/web/news.txt
index a7f6a0b78..cb41dba7c 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -95,7 +95,7 @@ Additions
 - Added a wrapper for ``sphinx``.
 - The compiler now supports array, sequence and string slicing.
 - Added ``system.newStringOfCap``.
-- Added ``system.raiseHook`` and ``system.outOfMemoryHook``.
+- Added ``system.raiseHook`` and ``system.outOfMemHook``.
 - Added ``system.writeFile``.
 - Added ``system.shallowCopy``.
 - ``system.echo`` is guaranteed to be thread-safe.