From 833e42d120f9b347badae4d04479266f2781d6eb Mon Sep 17 00:00:00 2001 From: normal Date: Sun, 26 Mar 2017 10:21:45 +0000 Subject: [PATCH] NEWS: feature number for String#-@ compile-time optimization [ruby-core:79971] [Feature #13295] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58142 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 4adff4d68f..0a53aa2ee0 100644 --- a/NEWS +++ b/NEWS @@ -37,7 +37,7 @@ with all sufficient information, see the ChangeLog file or Redmine * String#-@ deduplicates unfrozen strings. Already-frozen strings remain unchanged for compatibility. [Feature #13077] * -"literal" (String#-@) optimized to return the same object - (same as "literal".freeze in Ruby 2.1+) + (same as "literal".freeze in Ruby 2.1+) [Feature #13295] === Stdlib updates (outstanding ones only)