From ad9aa5368fb6a34294fb9cd4e48aed3bae244dbf Mon Sep 17 00:00:00 2001 From: tenderlove Date: Tue, 2 Nov 2010 21:24:54 +0000 Subject: * ext/psych/lib/psych/visitors/visitor.rb (accept): switch to a dispatch cache rather than case / when statement. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29670 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 55dbb0b81d..f3848f2c8a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Nov 2 22:47:08 2010 Aaron Patterson + + * ext/psych/lib/psych/visitors/visitor.rb (accept): switch to + a dispatch cache rather than case / when statement. + Tue Nov 2 21:46:52 2010 Kouhei Sutou * NEWS: fix a typo. -- cgit v1.2.3