summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-31 22:35:59 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-31 22:35:59 +0000
commitf6809f61d64ebdb95297722f607b6faa97acab08 (patch)
tree3549f9333ba565bdfab46bf394fe6ba0e5c931bc /ChangeLog
parent161cdee26573e02dfc20076aedbebb0fb46cb80b (diff)
* hash.c (key_i): Change rdoc from "the first occurence" to "an
occurrence" since first occurrence is not a specification of Hash#key. [Ruby 1.9 - Bug #4760] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31878 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3dfde6bf42..1efebadef8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed Jun 1 07:34:57 2011 Eric Hodel <drbrain@segment7.net>
+
+ * hash.c (key_i): Change rdoc from "the first occurence" to "an
+ occurrence" since first occurrence is not a specification of
+ Hash#key. [Ruby 1.9 - Bug #4760]
+
Wed Jun 1 07:26:19 2011 Eric Hodel <drbrain@segment7.net>
* ext/pty/pty.c (pty_check): Restore "not reached" comment.