ruby-changes:40882
From: kazu <ko1@a...>
Date: Wed, 9 Dec 2015 00:05:22 +0900 (JST)
Subject: [ruby-changes:40882] kazu:r52961 (trunk): Add ticket numbers [ci skip]
kazu 2015-12-09 00:05:13 +0900 (Wed, 09 Dec 2015) New Revision: 52961 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=52961 Log: Add ticket numbers [ci skip] Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 52960) +++ NEWS (revision 52961) @@ -16,8 +16,9 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L16 * frozen-string-literal pragma: * new pragma, frozen-string-literal has been experimentally introduced. + [Feature #8976] * besides, --enable/--disable=frozen-string-literal options also have - been introduced. + been introduced. [Feature #8976] * 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 @@ -37,11 +38,13 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L38 obj&.foo(bar()) # bar() is conditionally evaluated * attribute assignment is valid obj&.attr += 1 + [Feature #11537] * indented here document: * new string literal, here document starts with `<<~`. refer doc/syntax/literals.rdoc for more details. + [Feature #9098] === Core classes updates (outstanding ones only) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/