summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-24 15:12:30 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-24 15:12:30 +0000
commit9f110100be6555e5a8f33171a53602a201af9a83 (patch)
tree9eda6bb574f0462dea1d0ecde6a7530ab6683907 /ChangeLog
parent80a83ca64f59d26c14c20e9250bf394722b2e396 (diff)
merge revision(s) 41593:
* array.c: Return value in Array overview example found by @PragTob [Fix GH-336] https://github.com/ruby/ruby/pull/336 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@41606 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 6cbb195501..576044e0b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Jun 25 00:12:19 2013 Zachary Scott <zachary@zacharyscott.net>
+
+ * array.c: Return value in Array overview example found by @PragTob
+ [Fix GH-336] https://github.com/ruby/ruby/pull/336
+
Tue Jun 25 00:11:46 2013 Zachary Scott <zachary@zacharyscott.net>
* array.c (rb_ary_zip): typo by @PragTob [Fix GH-337]