aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-03-26 10:21:45 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-03-26 10:21:45 +0000
commitd8d3292c23fe221820ccc5f2b73f63e361b81714 (patch)
treeed498211d4075fd0eeb74e017f90114ddbe53246 /NEWS
parent5050521aace8eae4e854284ff60036df9ab4f663 (diff)
downloadruby-d8d3292c23fe221820ccc5f2b73f63e361b81714.tar.gz
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
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
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)