summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-23 09:34:08 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-23 09:34:08 +0000
commit0afc099793f78201f1a8aa4a6f78511667a90ad2 (patch)
treed1b9aae8082205ccd07c61b6dd987133613fe975 /ChangeLog
parent15432b67aae3aa1c5a2f0a0298368c6159523e1c (diff)
downloadruby-0afc099793f78201f1a8aa4a6f78511667a90ad2.tar.gz
ruby-0afc099793f78201f1a8aa4a6f78511667a90ad2.tar.xz
ruby-0afc099793f78201f1a8aa4a6f78511667a90ad2.zip
* lib/test/unit/assertions.rb (assert_equal): show small differences
for Regexp and Float. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20943 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 7b2127593..17e1a2873 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Dec 23 17:38:03 2008 Tanaka Akira <akr@fsij.org>
+
+ * lib/test/unit/assertions.rb (assert_equal): show small differences
+ for Regexp and Float.
+
Tue Dec 23 16:49:48 2008 NAKAMURA Usaku <usa@ruby-lang.org>
* win32/win32.c (rb_w32_spawn): support normal commands with arguments.