aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-14 19:57:24 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-14 19:57:24 +0000
commitf9deff9759177931e18400ac216186ea3f13ddcf (patch)
tree8f1e276a05d1be89c66609dab34a2ee63bbae65c /ChangeLog
parent329b2f472cb4806c90048c5a7c0ccc173da9cf6d (diff)
downloadruby-f9deff9759177931e18400ac216186ea3f13ddcf.tar.gz
* gc.c (rb_obj_id): [DOC] Fix typo, clean up sentence, and wrap cols
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47919 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 5dc5975c4a..8744544084 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Oct 15 04:56:27 2014 Zachary Scott <e@zzak.io>
+
+ * gc.c (rb_obj_id): [DOC] Fix typo, clean up sentence, and wrap cols
+
Wed Oct 15 04:53:30 2014 Zachary Scott <e@zzak.io>
* error.c: [DOC] Fix case of type in exception message by @tricknotes