summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-08-19 01:46:24 +0200
committerAraq <rumpf_a@web.de>2011-08-19 01:46:24 +0200
commitc7b130b4e2b5350c8b48cdbbef35cd42e773f67f (patch)
treeed6ecc256628287f933bfaa956a455ef202e6e7f /web/news.txt
parent257b16ca34af4695a2c8881c976f5fe343fe51ed (diff)
downloadNim-c7b130b4e2b5350c8b48cdbbef35cd42e773f67f.tar.gz
implemented --nimcache config option; big clean up of magic words
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 0727000c5..01ce99683 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -66,7 +66,8 @@ Library Additions
 - Added ``strutils.unindent``.
 - Added ``system.slurp`` for easy resource embedding.
 - Added ``system.running`` for threads.
-- Added proc ``xmltree.innerText``.
+- Added ``xmltree.innerText``.
+- Added ``os.isAbsolute``.
 
 
 2011-07-10 Version 0.8.12 released