aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorwhy <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-08-26 07:02:19 +0000
committerwhy <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-08-26 07:02:19 +0000
commit822a11d47edcb410c67839c035d3010007cc07a5 (patch)
tree43127cf90ade2bd7bb6ab2b45e8471b5a973d9dd /ChangeLog
parent9942c6ed13910504726ac688a205313b44ed3895 (diff)
downloadruby-822a11d47edcb410c67839c035d3010007cc07a5.tar.gz
* implicit.c (syck_type_id_to_taguri): corrected detection of
x-private types. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4440 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 452231eea1..1223d0d3c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Aug 26 15:59:53 2003 why the lucky stiff <ruby-cvs@whytheluckystiff.net>
+
+ * implicit.c (syck_type_id_to_taguri): corrected detection of
+ x-private types.
+
Sun Aug 24 01:02:48 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
* file.c (file_expand_path): performance improvement.