summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rwxr-xr-xweb/news.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index c6039a0eb..321550dfe 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -83,6 +83,7 @@ Additions
   returns a ``TFile`` and raises an exception in case of an error.
 - The compiler now might use hashing for string case statements depending
   on the number of string literals in the case statement.
+- Tuple unpacking is not enforced in ``for`` loops anymore.
 - Added a wrapper for ``redis``.
 - Added a wrapper for ``0mq`` via the ``zmq`` module.
 - Added a wrapper for ``sphinx``.