diff options
author | Araq <rumpf_a@web.de> | 2011-08-10 00:43:58 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-08-10 00:43:58 +0200 |
commit | 72e7a98543e711164574664b0f280637fce28f89 (patch) | |
tree | 7dde5ef617a4f356b157fed9a5686022940f05be /web/news.txt | |
parent | 7000cf51b7c53808624dd7202c4213b84aacf708 (diff) | |
download | Nim-72e7a98543e711164574664b0f280637fce28f89.tar.gz |
added system.slurp for easy embedding of resources
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index 9e4a2d67c..61cf024c6 100755 --- a/web/news.txt +++ b/web/news.txt @@ -64,6 +64,7 @@ Library Additions - Added explicit channels for thread communication. - Added ``matchers`` module for email address etc. matching. - Added ``strutils.unindent``. +- Added ``system.slurp`` for easy resource embedding. 2011-07-10 Version 0.8.12 released |