summaryrefslogtreecommitdiff
path: root/doc/NEWS-2.1.0
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-01-09 17:34:01 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-01-09 17:34:01 +0000
commit291be0993bc06a377b92cd24268b2865be9e8d67 (patch)
tree6f658165690793a8d3b10198b53e9f8b86fc8791 /doc/NEWS-2.1.0
parente030b4ee791a082c137f2bf55749c5105fecbcb7 (diff)
* doc/NEWS-2.1.0: Add mention for litteral.freeze
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44544 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc/NEWS-2.1.0')
-rw-r--r--doc/NEWS-2.1.01
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/NEWS-2.1.0 b/doc/NEWS-2.1.0
index 18627e8b13..2776c27551 100644
--- a/doc/NEWS-2.1.0
+++ b/doc/NEWS-2.1.0
@@ -114,6 +114,7 @@ with all sufficient information, see the ChangeLog file.
* Process.clock_getres
* String
+ * "literal".freeze is now optimized to return the same object
* New methods:
* String#scrub and String#scrub! verify and fix invalid byte sequence.
If you want to use this function with older Ruby,