summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakira <akira@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-22 11:49:20 +0000
committerakira <akira@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-22 11:49:20 +0000
commit1cffc0574cf57a357b02b916500f7a901b553713 (patch)
tree9779cc9bc82e803b6d154a588e2fe171e705db32 /ChangeLog
parentad521a59ba04c5075cc662054c324316d9b3f765 (diff)
downloadruby-1cffc0574cf57a357b02b916500f7a901b553713.tar.gz
ruby-1cffc0574cf57a357b02b916500f7a901b553713.tar.xz
ruby-1cffc0574cf57a357b02b916500f7a901b553713.zip
* lib/uri/generic.rb (URI::Generic#route_from): accepts urls which
has no host-part. * test/uri/test_generic.rb (TestGeneric::test_route): added a test. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5250 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eb02f4f67..85b520c9f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Mon Dec 22 20:44:36 2003 akira yamada <akira@ruby-lang.org>
+
+ * lib/uri/generic.rb (URI::Generic#route_from): accepts urls which
+ has no host-part.
+
+ * test/uri/test_generic.rb (TestGeneric::test_route): added a test.
+
Mon Dec 22 20:38:44 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
* lib/cgi.rb: reduce eval.