summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAndreas Rumpf <andreas@andreas-desktop>2010-02-02 23:20:21 +0100
committerAndreas Rumpf <andreas@andreas-desktop>2010-02-02 23:20:21 +0100
commite62ef0ff60f05b1daede1033fc0204d19316b48c (patch)
tree92310f64073864a99ca28a7581aae60721a88547 /web/news.txt
parentbdcf1ec1f78b63fa4d04e1a4599f62cc7281ed38 (diff)
downloadNim-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-xweb/news.txt3
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.