aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-09-12 13:54:08 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-09-12 13:54:08 +0000
commitb5c38622b191dbc0789bc613ad6042d49ec91743 (patch)
tree7ea899b979d8d2ea08511a23b46079513c2bbae0 /ChangeLog
parent4893e6abab603b68f91920bd57410d120754e5f7 (diff)
downloadruby-b5c38622b191dbc0789bc613ad6042d49ec91743.tar.gz
* ext/pathname/lib/pathname.rb: Documentation for Pathname.
* ext/pathname/pathname.c: ditto. [Bug #6947] [ruby-core:47354] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36950 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 6c6d3d8a11..33523c23c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed Sep 12 22:45::00 2012 Zachary Scott <zzak@ruby-lang.org>
+
+ * ext/pathname/lib/pathname.rb: Documentation for Pathname.
+ * ext/pathname/pathname.c: ditto.
+ [Bug #6947] [ruby-core:47354]
+
Mon Sep 10 10:19:34 2012 NAKAMURA Usaku <usa@ruby-lang.org>
* enc/depend: fixed wrong change in a part of r34802.