aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-08-07 19:00:59 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-08-07 19:00:59 +0000
commitf47473acd11e4d822696c175bdb5fe142ee46ee9 (patch)
tree9396822cc0aa3bbe8b8394db35e2a2b74744ea9b /ChangeLog
parentd4917bfe1fa1856276d85ebe464bffefe79434ba (diff)
downloadruby-f47473acd11e4d822696c175bdb5fe142ee46ee9.tar.gz
* object.c: [DOC] Improve grammar for Module#===
Patch by @SkyBirdSoar in documenting-ruby/ruby#52: https://github.com/documenting-ruby/ruby/pull/52 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51508 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ef948b1ab..1e3c4e956d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sat Aug 8 03:59:51 2015 Zachary Scott <zzak@ruby-lang.org>
+
+ * object.c: [DOC] Improve grammar for Module#===
+ Patch by @SkyBirdSoar in documenting-ruby/ruby#52:
+ https://github.com/documenting-ruby/ruby/pull/52
+
Sat Aug 8 03:39:33 2015 Zachary Scott <zzak@ruby-lang.org>
* hash.c: [DOC] Improve description of symbol key syntax