aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 2 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 597818d99b..eccd1be06c 100644
--- a/NEWS
+++ b/NEWS
@@ -19,10 +19,9 @@ with all sufficient information, see the ChangeLog file.
[Feature #8976]
* besides, --enable/--disable=frozen-string-literal options also have
been introduced. [Feature #8976]
- * command line option --debug or --debug=frozen-string-literal enable
+ * command line options --debug or --debug=frozen-string-literal enable
additional debugging mode which shows created location with at frozen
- object error (RuntimeError) even if string is dynamically created string
- literal (for static string literals shows locations as default).
+ object error (RuntimeError).
[Feature #11725]
* safe navigation operator: