From 1e27eda2fa313865bda1246175b3d6ebfe8cc533 Mon Sep 17 00:00:00 2001 From: ko1 Date: Thu, 19 Sep 2013 05:30:02 +0000 Subject: * include/ruby/ruby.h: make Symbol objects frozen. [Feature #8906] I want to freeze this good day, too. * test/ruby/test_eval.rb: catch up this change. * test/ruby/test_symbol.rb: add a test to check frozen symbols. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42974 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1ca1e73ba3..ac58fbac8d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Thu Sep 19 14:12:02 2013 Koichi Sasada + + * include/ruby/ruby.h: make Symbol objects frozen. + [Feature #8906] + I want to freeze this good day, too. + + * test/ruby/test_eval.rb: catch up this change. + + * test/ruby/test_symbol.rb: add a test to check frozen symbols. + Thu Sep 19 09:11:33 2013 Eric Hodel * NEWS: Update for RDoc 4.1.0.preview.1 and RubyGems 2.2.0.preview.1 -- cgit v1.2.3