aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-26 14:35:05 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-26 14:35:05 +0000
commit790bfbf55cfa276bec8fb3465440dc4b26004026 (patch)
tree0f1de271cc447962c1071fbbf3398006913e4934 /ChangeLog
parentb972878978ec8fa860eab3af5ac466b6b85c628d (diff)
downloadruby-790bfbf55cfa276bec8fb3465440dc4b26004026.tar.gz
Fix typos... Sorry...
entity_expansion_limit -> entity_expansion_text_limit git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39511 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 97cb304f8d..3a1ac638dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,15 +9,15 @@ Tue Feb 26 23:32:44 2013 Kouhei Sutou <kou@cozmixng.org>
Tue Feb 26 23:26:13 2013 Kouhei Sutou <kou@cozmixng.org>
- * lib/rexml/document.rb: move entity_expansion_limit accessor to ...
+ * lib/rexml/document.rb: move entity_expansion_text_limit accessor to ...
* lib/rexml/rexml.rb: ... here to make rexml/text independent from
REXML::Document. It causes circular require.
- * lib/rexml/document.rb (REXML::Document.entity_expansion_limit):
+ * lib/rexml/document.rb (REXML::Document.entity_expansion_text_limit):
deprecated.
- * lib/rexml/document.rb (REXML::Document.entity_expansion_limit=):
+ * lib/rexml/document.rb (REXML::Document.entity_expansion_text_limit=):
deprecated.
* lib/rexml/text.rb: add missing require "rexml/rexml" for
- REXML.entity_expansion_limit.
+ REXML.entity_expansion_text_limit.
Reported by Robert Ulejczyk. Thanks!!! [ruby-core:52895] [Bug #7961]
Tue Feb 26 15:12:11 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>