aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-07 13:01:36 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-07 13:01:36 +0000
commitc207b0b727d817793a1a508faf7060b2eae5cd7b (patch)
tree6cd39aa34c81f93772b3c311c92eb65833a4dfaf /ChangeLog
parent40a5012381a18ffbb476a02c4c296fde49377c17 (diff)
downloadruby-c207b0b727d817793a1a508faf7060b2eae5cd7b.tar.gz
* lib/rexml/light/node.rb: remove circular require.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30117 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f17bd42915..3fc6863435 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Dec 7 21:59:37 2010 Kouhei Sutou <kou@cozmixng.org>
+
+ * lib/rexml/light/node.rb: remove circular require.
+
Tue Dec 7 21:56:01 2010 Kouhei Sutou <kou@cozmixng.org>
* test/rexml/test_light.rb: really suppress a warning.