mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
311a9eb0c5
commit
9b7d4d4709
1 changed files with 5 additions and 0 deletions
5
NEWS
5
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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue