diff options
author | Araq <rumpf_a@web.de> | 2011-02-07 00:11:11 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-02-07 00:11:11 +0100 |
commit | 134f24f579cdff33f2feb8517d8f5d6844ca85de (patch) | |
tree | 11ca303fc0d4b2e2b03cf92f7599e99885e60997 /web | |
parent | 77d045b3ac9218d084b27586b2f1dea23042d2b2 (diff) | |
download | Nim-134f24f579cdff33f2feb8517d8f5d6844ca85de.tar.gz |
changed handling of generalized string literals
Diffstat (limited to 'web')
-rwxr-xr-x | web/news.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index 7f013732a..1548fdc0f 100755 --- a/web/news.txt +++ b/web/news.txt @@ -32,6 +32,8 @@ Changes affecting backwards compatibility instead. - Deprecated ``os.getApplicationDir``: Use ``os.getAppDir`` instead. +- Changed and documented how generalized string literals work: The syntax + ``module.re"abc"`` is now supported. Additions |