aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-14 19:54:36 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-14 19:54:36 +0000
commit856624228c8f2bab8481b9791296804fb6180897 (patch)
treec7055fb5cff128abc5e2d7512942b9308702c998 /ChangeLog
parent3958ba3cbeb3a362f25522017b26455bfcd5c58b (diff)
downloadruby-856624228c8f2bab8481b9791296804fb6180897.tar.gz
* error.c: [DOC] Fix case of type in exception message by @tricknotes
[Fixes GH-740] https://github.com/ruby/ruby/pull/740 * object.c: ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47917 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 614764c430..5dc5975c4a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Wed Oct 15 04:53:30 2014 Zachary Scott <e@zzak.io>
+
+ * error.c: [DOC] Fix case of type in exception message by @tricknotes
+ [Fixes GH-740] https://github.com/ruby/ruby/pull/740
+
+ * object.c: ditto
+
Tue Oct 14 21:39:16 2014 Vit Ondruch <vondruch@redhat.com>
* tool/rbinstall.rb (gem): Fix permissions of bundled gems