aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-13 13:50:31 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-13 13:50:31 +0000
commit70f25096c0c389888c06e0fea358c92153633b8e (patch)
tree0f172aee9a286081cc8ffd51bfd476c10ed56c67 /ChangeLog
parent800ff52c17e0036a91bfc074db51e4222d0c7b8f (diff)
downloadruby-70f25096c0c389888c06e0fea358c92153633b8e.tar.gz
* lib/pathname.rb (Pathname#sub_ext): new method. [ruby-list:44608]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15461 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 7a4ae586a9..59587468af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Feb 13 22:46:36 2008 Tanaka Akira <akr@fsij.org>
+
+ * lib/pathname.rb (Pathname#sub_ext): new method. [ruby-list:44608]
+
Wed Feb 13 21:50:32 2008 Yusuke Endoh <mame@tsg.ne.jp>
* proc.c (proc_curry): new method. [ruby-dev:33676]