summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xhtdocs/whatsnew.html11
1 files changed, 9 insertions, 2 deletions
diff --git a/htdocs/whatsnew.html b/htdocs/whatsnew.html
index 11041f4..5bf6003 100755
--- a/htdocs/whatsnew.html
+++ b/htdocs/whatsnew.html
@@ -1,5 +1,5 @@
-<!--#set var="revision" value="\$Id: whatsnew.html,v 1.102 2010-05-07 18:53:53 ville Exp $"
---><!--#set var="date" value="\$Date: 2010-05-07 18:53:53 $"
+<!--#set var="revision" value="\$Id: whatsnew.html,v 1.103 2010-06-13 22:11:52 ville Exp $"
+--><!--#set var="date" value="\$Date: 2010-06-13 22:11:52 $"
--><!--#set var="title" value="What's New at The W3C Markup Validation Service"
--><!--#set var="relroot" value="./"
--><!--#set var="feeds" value="1"
@@ -45,6 +45,13 @@
Enhancement: updates to validator's internal DTD library.
</li>
<li>
+ Enhancement: XML wellformedness check now supports external
+ entities instead of just suppressing error messages about them
+ internally. As a side effect, this should work around a certain
+ <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=9899">performance
+ problem with XML::LibXML 1.70</a>.
+ </li>
+ <li>
Bug fix: doctype override could place a malformed comment
in the modified document.
</li>