summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 08db8688f1..eec6649524 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Jan 13 11:38:58 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * test/yaml/test_yaml.rb (YAML_Unit_Tests::test_spec_type_{int,float}):
+ fix syntax error.
+
Tue Jan 13 07:52:40 2004 why the lucky stiff <why@ruby-lang.org>
* ext/syck/bytecode.c: turn off default implicit typing.
@@ -11,7 +16,7 @@ Tue Jan 13 07:52:40 2004 why the lucky stiff <why@ruby-lang.org>
Tue Jan 13 04:29:52 2004 Dave Thomas <dave@pragprog.com>
- * lib/rdoc/ri/ri_driver.rb (RiDriver::report_method_stuff):
+ * lib/rdoc/ri/ri_driver.rb (RiDriver::report_method_stuff):
Show fully-qualified class names in class list.
Tue Jan 13 01:24:17 2004 Yukihiro Matsumoto <matz@ruby-lang.org>