aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-11-07 03:51:15 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-11-07 03:51:15 +0000
commitfb55a6d12f0d54f9107de665a3e12fc522b46335 (patch)
tree7574f78c66e95a40fcc505c0185d1448f62d67ea /ChangeLog
parentdc592364e62b75e778834dad8eaf1447f24ec573 (diff)
downloadruby-fb55a6d12f0d54f9107de665a3e12fc522b46335.tar.gz
lib/pathname.rb (Pathname#+): if self or the argument is `.', return another.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4918 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e76c497e09..fd072601bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
-Fri Nov 7 11:06:57 2003 Tanaka Akira <akr@m17n.org>
+Fri Nov 7 12:50:28 2003 Tanaka Akira <akr@m17n.org>
- * lib/pathname.rb (Pathname#+): return the argument if self is `.'.
+ * lib/pathname.rb (Pathname#+): if self or the argument is `.', return
+ another.
Fri Nov 7 10:23:24 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>