summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rwxr-xr-xweb/news.txt3
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.