diff options
author | Araq <rumpf_a@web.de> | 2011-08-19 01:46:24 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-08-19 01:46:24 +0200 |
commit | c7b130b4e2b5350c8b48cdbbef35cd42e773f67f (patch) | |
tree | ed6ecc256628287f933bfaa956a455ef202e6e7f /web/news.txt | |
parent | 257b16ca34af4695a2c8881c976f5fe343fe51ed (diff) | |
download | Nim-c7b130b4e2b5350c8b48cdbbef35cd42e773f67f.tar.gz |
implemented --nimcache config option; big clean up of magic words
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 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 |