summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c2e290d4..fe1cb60a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
Sat Dec 9 11:22:00 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
* 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
+ <kinpoco at gmail.com> in [ruby-dev:30000].
Fri Dec 8 18:11:18 2006 NAKAMURA Usaku <usa@ruby-lang.org>