summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-11 09:18:51 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-11 09:18:51 +0000
commite0fff0d2b83a326363347b2eb508a4e0ae8a4683 (patch)
tree1d8349089cb1c15d73562b92269a55e440fd3f7e /ChangeLog
parentf61f11a936a233f032dafa0298890ab8116c63bd (diff)
* ChangeLog: Fix wrong description about entity declarations.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42517 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a429bb49a8..1580bd2e4e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,14 @@
Sun Aug 11 18:08:40 2013 Kouhei Sutou <kou@cozmixng.org>
* lib/rexml/parsers/sax2parser.rb (REXML::Parsers::SAX2Parser#parse):
- Support NDATA in external entity declaration.
+ Support NDATA in external ID entity declaration.
* test/rexml/parser/test_sax2.rb: Add tests for the above case.
Sun Aug 11 18:07:39 2013 Kouhei Sutou <kou@cozmixng.org>
* lib/rexml/parsers/baseparser.rb
(REXML::Parsers::BaseParser#pull_event): Support optional NDATA
- in parameter entity declaration.
+ in external ID entity declaration.
Sun Aug 11 17:54:07 2013 Kouhei Sutou <kou@cozmixng.org>