diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ Release date: 2015-07-05 Core and Builtins ----------------- +- Issue #11205: In dictionary displays, evaluate the key before the value. + - Issue #24285: Fixed regression that prevented importing extension modules from inside packages. Patch by Petr Viktorin. |