diff --git a/ChangeLog b/ChangeLog index 4c2e290d48..fe1cb60a8e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,8 @@ Sat Dec 9 11:22:00 2006 Yukihiro Matsumoto * lib/irb/locale.rb (IRB::Locale::search_file): ues File.exist? - instead of File.exists?. [ruby-dev:30000] + instead of File.exists?. a patch from Yutaka Kanemoto + in [ruby-dev:30000]. Fri Dec 8 18:11:18 2006 NAKAMURA Usaku