summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2010-12-07 20:43:58 +0100
committerAraq <rumpf_a@web.de>2010-12-07 20:43:58 +0100
commite7fe8edab39884f59d685d2608f8bd944cad27e6 (patch)
treebd724b3dbbf04498c6cd81e47ad843d4dec74adc /web
parent902bf05879a89f7c296992da648eef9d1ea598d3 (diff)
downloadNim-e7fe8edab39884f59d685d2608f8bd944cad27e6.tar.gz
added strutils.align
Diffstat (limited to 'web')
-rwxr-xr-xweb/news.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index 25e34dd59..cfe9c054b 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -23,6 +23,7 @@ Additions
 
 - Added ``re.findAll``, ``pegs.findAll``.
 - Added ``os.findExe``.
+- Added ``strutils.align``. 
 - Pegs support a *captured search loop operator* ``{@}``.
 - Pegs support new built-ins: ``\letter``, ``\upper``, ``\lower``,
   ``\title``, ``\white``.