aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-08-03 06:21:03 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-08-03 06:21:03 +0000
commit0d15c66aafdbc537a1331c2b93d26cb7348a34cf (patch)
tree201a529a4f8c1d2a0abceeb2e2a798cce797f6bf /ChangeLog
parent800c7ad39bbb1871b510b1393045601c1d2b8c4b (diff)
downloadruby-0d15c66aafdbc537a1331c2b93d26cb7348a34cf.tar.gz
* range.c (range_include): should always call Enumerable#include?
(not #===) for non numeric end points. [ruby-core:08477] [ruby-core:08496] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 44b6613c0f..8449c57d4d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu Aug 3 15:16:44 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * range.c (range_include): should always call Enumerable#include?
+ (not #===) for non numeric end points. [ruby-core:08477]
+ [ruby-core:08496]
+
Mon Jul 31 16:51:40 2006 NAKAMURA Usaku <usa@ruby-lang.org>
* win32/win32.c (exit_handler): new function; release winsock and