aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-14 17:34:40 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-14 17:34:40 +0000
commit7c5dc219d093fc6909244005514029c02b540ae6 (patch)
treea44ac263f1abbe18f40fd05b3fb7b4c3ae63a673 /ChangeLog
parenta66d56852490195c1134baa62c6121ca847965f9 (diff)
downloadruby-7c5dc219d093fc6909244005514029c02b540ae6.tar.gz
* hash.c (rb_hash_aset): [DOC] Document key dup patch by @kachick
[Fixes GH-382] https://github.com/ruby/ruby/pull/382 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42555 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 fbf727fe06..4c8e2194fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Aug 15 02:32:40 2013 Zachary Scott <e@zzak.io>
+
+ * hash.c (rb_hash_aset): [DOC] Document key dup patch by @kachick
+ [Fixes GH-382] https://github.com/ruby/ruby/pull/382
+
Wed Aug 14 14:28:39 2013 NAKAMURA Usaku <usa@ruby-lang.org>
* proc.c (rb_mod_define_method): now they return the symbols of the