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 | |
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')
-rwxr-xr-x | web/news.txt | 3 | ||||
-rwxr-xr-x | web/ticker.txt | 2 |
2 files changed, 3 insertions, 2 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. diff --git a/web/ticker.txt b/web/ticker.txt index 35826948f..1ac6c9ecf 100755 --- a/web/ticker.txt +++ b/web/ticker.txt @@ -1,6 +1,6 @@ | `2009-12-21`:newsdate: | Nimrod version 0.8.6 has been released! - Get it `here <./download.html>`_. Merry Christmas! + Get it `here <./download.html>`_. | `2009-10-21`:newsdate: | Nimrod version 0.8.2 has been released! |