diff options
author | Andreas Rumpf <andreas@andreas-desktop> | 2010-02-02 23:20:21 +0100 |
---|---|---|
committer | Andreas Rumpf <andreas@andreas-desktop> | 2010-02-02 23:20:21 +0100 |
commit | e62ef0ff60f05b1daede1033fc0204d19316b48c (patch) | |
tree | 92310f64073864a99ca28a7581aae60721a88547 /web/news.txt | |
parent | bdcf1ec1f78b63fa4d04e1a4599f62cc7281ed38 (diff) | |
download | Nim-e62ef0ff60f05b1daede1033fc0204d19316b48c.tar.gz |
bugfix: rendering of case statements has been broken recently; remaining idents with wrong underscores in the wrappers
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 4a2736b67..98e017700 100755 --- a/web/news.txt +++ b/web/news.txt @@ -36,7 +36,8 @@ Additions your configuration file to use these. - Triple quoted strings allow for ``"`` in more contexts. - ``""`` within raw string literals stands for a single quotation mark. -- More extensive subscript operator overloading. See ``_ for further +- More extensive subscript operator overloading. See + `subscript overloading <manual.html#subscript-overloading>`_ for further information. |