aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-08 13:28:03 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-08 13:28:03 +0000
commita0abd3c4b14f1387986fc87d273a305bb4bb16fa (patch)
tree8b6ed16f3852c31142629858f9ea2f3f04379c0e /ChangeLog
parentcff97cc9f0adbc40df8a05b5d3ce795f318bd489 (diff)
downloadruby-a0abd3c4b14f1387986fc87d273a305bb4bb16fa.tar.gz
* test/ruby/test_string.rb: ("foo" == :foo) and ("foo" === :foo)
should be false. * ChangeLog: fix last messages. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11667 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3cb29215c7..e01f5b8741 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,15 @@
+Thu Feb 8 22:26:14 2007 Koichi Sasada <ko1@atdot.net>
+
+ * test/ruby/test_string.rb: ("foo" == :foo) and ("foo" === :foo)
+ should be false.
+
+ * ChangeLog: fix last messages.
+
Thu Feb 8 22:24:06 2007 Koichi Sasada <ko1@atdot.net>
- * test/ruby/test_module.rb: fix to use Symbol instead of String
+ * test/ruby/test_module.rb: fix to use Symbol instead of String.
+
+ * test/ruby/test_module.rb: remove space before argument parentheses.
Thu Feb 8 22:02:14 2007 Koichi Sasada <ko1@atdot.net>