diff options
author | Araq <rumpf_a@web.de> | 2010-11-07 23:52:41 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2010-11-07 23:52:41 +0100 |
commit | 8ee63f98364259b2d1b6c02d050e0efccecbcf9b (patch) | |
tree | c567fdd150083a5924c1182fb5377d7870828b81 /web/news.txt | |
parent | 7659739caf08e56fabf986932c7cd01151a5f40d (diff) | |
download | Nim-8ee63f98364259b2d1b6c02d050e0efccecbcf9b.tar.gz |
pegs: captured search loop
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 d728a46d2..4e6c51c56 100755 --- a/web/news.txt +++ b/web/news.txt @@ -21,6 +21,7 @@ Additions - Added ``re.findAll``, ``pegs.findAll``. - Added ``os.findExe``. +- The Pegs module supports a *captured search loop operator* ``{@}``. 2010-10-20 Version 0.8.10 released |