diff options
author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-11-13 13:39:32 +0000 |
---|---|---|
committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-11-13 13:39:32 +0000 |
commit | 23ccbdf52188b78427f41d75b1a4b81959ac9876 (patch) | |
tree | 6299f0aecb2ce602282b1343ac0cb57fda4a18e6 /ChangeLog | |
parent | 10f820b18d8c6011a7f98e56ac859903c56b15e6 (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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |