diff options
author | Andreas Rumpf <andreas@andreas-desktop> | 2010-01-17 10:31:55 +0100 |
---|---|---|
committer | Andreas Rumpf <andreas@andreas-desktop> | 2010-01-17 10:31:55 +0100 |
commit | 5c33646e8312b7669b4829156bbf44875d22c7cd (patch) | |
tree | 9bfb8efa593d2dd1f73f6fb4ffa2e0d3e984736f /web | |
parent | 6c5693e6339f08af2de2af3578ac048187625a23 (diff) | |
download | Nim-5c33646e8312b7669b4829156bbf44875d22c7cd.tar.gz |
fixed bug #502670
Diffstat (limited to 'web')
-rwxr-xr-x | web/news.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index 234edc5aa..5ab91ccd3 100755 --- a/web/news.txt +++ b/web/news.txt @@ -8,6 +8,7 @@ News Bugfixes -------- - The Posix version of ``os.copyFile`` has better error handling. +- Fixed bug #502670 (underscores in identifiers). Additions @@ -21,6 +22,8 @@ Additions - Many wrappers now do not contain redundant name prefixes (like ``GTK_``, ``lua``). The new wrappers are available in ``lib/newwrap``. Change 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 information. |