aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-09-27 06:47:00 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-09-27 06:47:00 +0000
commitbbd49febf3862efe8b2057768b872de6e54baf39 (patch)
treec3f2ae41becea90fd84e395fe5e0e7ff38581ed9 /NEWS
parent0c68198cc49431c683ffb9915e67cd05f625553a (diff)
downloadruby-bbd49febf3862efe8b2057768b872de6e54baf39.tar.gz
ruby.c: frozen-string-literal option
* ruby.c (process_options): add an option to enable/disable frozen-string-literal. [Feature #8976] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51954 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 032a095f56..10e5e11d73 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,8 @@ with all sufficient information, see the ChangeLog file.
* frozen-string-literal pragma:
* new pragma, frozen-string-literal has been experimentally introduced.
+ * besides, --enable/--disable=frozen-string-literal options also have
+ been introduced.
=== Core classes updates (outstanding ones only)