From 26910f44bda52a57bf972113545f15320f9c3b7b Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 29 Dec 2007 04:31:50 +0000 Subject: [PATCH] changelog for previous change. * bootstraptest/test_knownbug.rb: add a test reported by Kazuhiro NISHIYAMA. [ruby-dev:32819]. add a test reported by Frederick Cheung. [ruby-core:14556]. * test/ruby/test_m17n.rb (test_gsub): add a test reported by Sam Ruby. [ruby-core:14566] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14780 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5234322e0a..d45ff2fbca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Sat Dec 29 13:29:29 2007 Tanaka Akira + + * bootstraptest/test_knownbug.rb: add a test reported by + Kazuhiro NISHIYAMA. [ruby-dev:32819]. + add a test reported by Frederick Cheung. [ruby-core:14556]. + + * test/ruby/test_m17n.rb (test_gsub): add a test reported by + Sam Ruby. [ruby-core:14566] + Sat Dec 29 04:46:58 2007 GOTOU Yuuzou * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert_throws):