summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-09-19 06:22:04 +0000
committeraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-09-19 06:22:04 +0000
commit7ce50d8dd51e20f169ea4a939f6a963b321a8920 (patch)
tree265232d94504e3c20859647290e9c2b77778645a
parent70373e2e549d028fe28a6d2303903329e8490c49 (diff)
* lib/find.rb: should raise ENOENT if root entry does not exist. [ruby-dev:41054]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9229 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 58c8474859..22d6571da4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -645,6 +645,9 @@ Mon Sep 5 22:28:46 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
Mon Sep 5 17:03:07 2005 Yukihiro Matsumoto <matz@ruby-lang.org>
+ * lib/find.rb: should raise ENOENT if root entry does not exist.
+ [ruby-dev:41054]
+
* lib/ostruct.rb: a patch from Florian Gross <florgro@gmail.com>
merged to allow recursive inspect (and to_s) for OpenStruct.
[ruby-core:05532]