summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-13 13:39:32 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-13 13:39:32 +0000
commit23ccbdf52188b78427f41d75b1a4b81959ac9876 (patch)
tree6299f0aecb2ce602282b1343ac0cb57fda4a18e6 /ChangeLog
parent10f820b18d8c6011a7f98e56ac859903c56b15e6 (diff)
merge revision(s) 48402:ruby_1_9_3
* lib/rexml/document.rb: add REXML::Document#document. reported by Tomas Hoger <[email protected]> and patched by nahi. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@48406 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 5568b7a2ac..7d97830ddc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Nov 13 22:36:17 2014 CHIKANAGA Tomoyuki <[email protected]>
+
+ * lib/rexml/document.rb: add REXML::Document#document.
+ reported by Tomas Hoger <[email protected]> and patched by nahi.
+
Mon Oct 27 20:23:27 2014 NAKAMURA Usaku <[email protected]>
* lib/rexml/entity.rb: keep the entity size within the limitation.