summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f785ab2..3f7e1fb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ What's New in Python 3.6.0 beta 1
Core and Builtins
-----------------
+- Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation.
+
- Issue #17884: Python now requires systems with inttypes.h and stdint.h
- Issue #27961: Require platforms to support ``long long``. Python hasn't