From 122ee7d4c2148110fca8b5ebb32583509b87cd91 Mon Sep 17 00:00:00 2001 From: kazu Date: Tue, 8 Dec 2015 15:05:13 +0000 Subject: Add ticket numbers [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52961 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 5ef9e07..c1b2d05 100644 --- a/NEWS +++ b/NEWS @@ -16,8 +16,9 @@ with all sufficient information, see the ChangeLog file. * 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 ChangeLog file. 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) -- cgit v1.1