summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-12-24 07:33:24 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-12-24 07:33:24 +0000
commit4bcbf77c8d34bd59c0d6f59f52ca31418d22dec4 (patch)
tree9c55dd09d9c9cf0040533e8e17b90e4981dd2ce1 /ChangeLog
parentaad6dd50c129d4a28bd6a2f800c277e851c3348a (diff)
downloadruby-4bcbf77c8d34bd59c0d6f59f52ca31418d22dec4.tar.gz
ruby-4bcbf77c8d34bd59c0d6f59f52ca31418d22dec4.tar.xz
ruby-4bcbf77c8d34bd59c0d6f59f52ca31418d22dec4.zip
* lib/uri/generic.rb (eql?): Check the class of the compared object.
Based on a patch by Peter McLain [ruby-core:27019] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@26168 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 024fdbf81..d02d38564 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Dec 24 16:32:30 2009 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
+
+ * lib/uri/generic.rb (eql?): Check the class of the compared object.
+ Based on a patch by Peter McLain [ruby-core:27019]
+
Thu Dec 24 15:20:03 2009 NARUSE, Yui <naruse@ruby-lang.org>
* regexec.c (match_at): follow enclen's change.