aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-13 01:31:27 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-13 01:31:27 +0000
commit0dc6dcfb6a3ecc25ac673c728645ab98925b8411 (patch)
tree64920e2c0280dab2a9845802a08ff8e612fdff8f /ChangeLog
parent793c5ae865ce1d426506593d9ed627838de8e107 (diff)
downloadruby-0dc6dcfb6a3ecc25ac673c728645ab98925b8411.tar.gz
* hash.c: Hash[] and {} are not equivalent by @eam [Fixes GH-301]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40679 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f7b1f100ad..5a1905732a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon May 13 10:30:04 2013 Zachary Scott <zachary@zacharyscott.net>
+
+ * hash.c: Hash[] and {} are not equivalent by @eam [Fixes GH-301]
+
Mon May 13 10:04:22 2013 Zachary Scott <zachary@zacharyscott.net>
* random.c: Document Random::DEFAULT by @eLobato [Fixes GH-304]