aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-02-22 14:17:27 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-02-22 14:17:27 +0000
commit1513550611dec783397fb307f74948de2fd10e44 (patch)
tree8877db7ac3548c8373578da8a0d14770fb08ba7e /ChangeLog
parente0c15b6da9326903720be399f666d6a5d2defc52 (diff)
downloadruby-1513550611dec783397fb307f74948de2fd10e44.tar.gz
* lib/rexml/xpath_parser.rb: Fix indent.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45143 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 144ec15e98..c1032232d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sat Feb 22 23:17:01 2014 Kouhei Sutou <kou@cozmixng.org>
+
+ * lib/rexml/xpath_parser.rb: Fix indent.
+
Sat Feb 22 23:15:35 2014 Kouhei Sutou <kou@cozmixng.org>
* test/rexml/xpath/test_attribute.rb: Simplify.