summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-02-07 00:11:11 +0100
committerAraq <rumpf_a@web.de>2011-02-07 00:11:11 +0100
commit134f24f579cdff33f2feb8517d8f5d6844ca85de (patch)
tree11ca303fc0d4b2e2b03cf92f7599e99885e60997 /web
parent77d045b3ac9218d084b27586b2f1dea23042d2b2 (diff)
downloadNim-134f24f579cdff33f2feb8517d8f5d6844ca85de.tar.gz
changed handling of generalized string literals
Diffstat (limited to 'web')
-rwxr-xr-xweb/news.txt2
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