aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-22 07:46:37 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-22 07:46:37 +0000
commite1f50e25647e18aa4894f19f1abb6cb8ded1113c (patch)
tree6b0225deae68798a97ffe496eccafda2ff1978b9 /ChangeLog
parent681dce6bfefc2f4cb4adedce884e91d97e50b321 (diff)
downloadruby-e1f50e25647e18aa4894f19f1abb6cb8ded1113c.tar.gz
* hash.c (Hash::[]): rdoc. patch by Marc-Andre Lafortune.
#1385. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24236 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 79d6ca9d9e..b84c123f76 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jul 22 16:38:39 2009 Yuki Sonoda (Yugui) <yugui@yugui.jp>
+
+ * hash.c (Hash::[]): rdoc. patch by Marc-Andre Lafortune.
+ #1385.
+
Wed Jul 22 10:00:53 2009 NAKAMURA Usaku <usa@ruby-lang.org>
* win32/win32.c (WSABUF): get rid of compile error on VC9 and mingw.