aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-25 07:39:14 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-25 07:39:14 +0000
commitc7421de3282b595872d9fadda77f24edae5c0f35 (patch)
tree2749343634f2c538f74292cb629df6c79cd1d138 /NEWS
parent48c34eaaf20e65c477ad0353d81861e9edb81c42 (diff)
downloadruby-c7421de3282b595872d9fadda77f24edae5c0f35.tar.gz
add NEWS entry about --debug=frozen-string-literal
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52748 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1297fd3cf2..88cbefc08b 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,11 @@ with all sufficient information, see the ChangeLog file.
* new pragma, frozen-string-literal has been experimentally introduced.
* besides, --enable/--disable=frozen-string-literal options also have
been introduced.
+ * command line option --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).
+ [Feature #11725]
* safe navigation operator: