summaryrefslogtreecommitdiffstats
path: root/htdocs
diff options
context:
space:
mode:
authorVille Skytt? <ville.skytta@iki.fi>2010-12-12 14:33:33 +0200
committerVille Skytt? <ville.skytta@iki.fi>2010-12-12 14:33:33 +0200
commit4465e624201c3b060507e363ca67da487b1b04b4 (patch)
tree9584dd769b0dbf33ea15ca7774784b534b6b115a /htdocs
parent1ef6461dd01a8c97533a8155670b0cc8ebd0b3a0 (diff)
downloadmarkup-validator-4465e624201c3b060507e363ca67da487b1b04b4.zip
markup-validator-4465e624201c3b060507e363ca67da487b1b04b4.tar.gz
markup-validator-4465e624201c3b060507e363ca67da487b1b04b4.tar.bz2
Note IRI/IDNA support in news.
This is possible since revision 3159 and recent enough version of URI modules.
Diffstat (limited to 'htdocs')
-rwxr-xr-xhtdocs/whatsnew.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/htdocs/whatsnew.html b/htdocs/whatsnew.html
index 25f7062..cec3c93 100755
--- a/htdocs/whatsnew.html
+++ b/htdocs/whatsnew.html
@@ -34,9 +34,7 @@
</p>
<ul>
<li>
- Bug fix: fixes to validator's
- <a href="http://validator.w3.org/unicorn/">Unicorn</a> and
- <a href="docs/api.html">SOAP</a> output templates.
+ New feature: limited support for IRI's.
</li>
<li>
Enhancement: several updates to validator's internal DTD library
@@ -72,6 +70,10 @@
Enhancement: documentation improvements, code cleanups.
</li>
<li>
+ Bug fixes to <a href="http://validator.w3.org/unicorn/">Unicorn</a>
+ and <a href="docs/api.html">SOAP</a> output templates.
+ </li>
+ <li>
Dependency changes: new minimum required versions: CGI 3.40,
URI 1.53.
</li>