aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-31 07:04:33 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-31 07:04:33 +0000
commitacae96deb7a7f21f1178cd9b8f22f664e49f7f94 (patch)
treeaed1dd973d7f6466a9ab324333f8ea68007b89a8 /ChangeLog
parentee0478bce90fb48964490487c8182f819d8e57a7 (diff)
downloadruby-acae96deb7a7f21f1178cd9b8f22f664e49f7f94.tar.gz
* object.c, proc.c: s/call_seq/call-seq in rdoc. [Fix GH-322]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40997 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 e921cd8814..a412070715 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri May 31 16:03:23 2013 Zachary Scott <zachary@zacharyscott.net>
+
+ * object.c, proc.c: s/call_seq/call-seq in rdoc. [Fix GH-322]
+
Fri May 31 15:56:36 2013 Zachary Scott <zachary@zacharyscott.net>
* ext/openssl/ossl_ssl.c: Add missing paren in rdoc [Fix GH-321]