From b23bbb12f2f146024743efccae3a793572f62dea Mon Sep 17 00:00:00 2001 From: ko1 Date: Thu, 19 Sep 2013 05:33:47 +0000 Subject: [PATCH] * NEWS: add a news for r42974. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42975 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ NEWS | 3 +++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index ac58fbac8d..545fe78175 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Sep 19 14:33:14 2013 Koichi Sasada + + * NEWS: add a news for r42974. + Thu Sep 19 14:12:02 2013 Koichi Sasada * include/ruby/ruby.h: make Symbol objects frozen. 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.