diff options
author | Araq <rumpf_a@web.de> | 2011-06-14 12:05:36 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-06-14 12:05:36 +0200 |
commit | adbb48fbcecd82e60c3a25ee006baa0aa5dd7b10 (patch) | |
tree | d775f8bb8c5e839ce839876f9aff8400a536919c /web/news.txt | |
parent | ade67f1abcc29402b489e9f5940036276878fb18 (diff) | |
download | Nim-adbb48fbcecd82e60c3a25ee006baa0aa5dd7b10.tar.gz |
bugfix: endless loop in parser; added sphinx wrapper
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 d9b0ef6b2..c6039a0eb 100755 --- a/web/news.txt +++ b/web/news.txt @@ -85,6 +85,7 @@ Additions on the number of string literals in the case statement. - Added a wrapper for ``redis``. - Added a wrapper for ``0mq`` via the ``zmq`` module. +- Added a wrapper for ``sphinx``. - The compiler now supports array, sequence and string slicing. - Added ``system.newStringOfCap``. - Added ``system.raiseHook``. |