summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-09-19 05:33:47 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-09-19 05:33:47 +0000
commitb23bbb12f2f146024743efccae3a793572f62dea (patch)
tree3927cf71497ea5a4ae0a7d9af44885cc1d4a1252 /NEWS
parent1e27eda2fa313865bda1246175b3d6ebfe8cc533 (diff)
* NEWS: add a news for r42974.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42975 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 79843b14af..b6e521564b 100644
--- a/NEWS
+++ b/NEWS
@@ -97,6 +97,9 @@ with all sufficient information, see the ChangeLog file.
invalid byte sequence even if the destination encoding equals to
the source encoding.
+* Symbol
+ * All symbols are now frozen.
+
* pack/unpack (Array/String)
* Q! and q! directives for long long type if platform has the type.