diff options
author | Ville Skytt? <ville.skytta@iki.fi> | 2010-12-12 14:33:33 +0200 |
---|---|---|
committer | Ville Skytt? <ville.skytta@iki.fi> | 2010-12-12 14:33:33 +0200 |
commit | 4465e624201c3b060507e363ca67da487b1b04b4 (patch) | |
tree | 9584dd769b0dbf33ea15ca7774784b534b6b115a /htdocs | |
parent | 1ef6461dd01a8c97533a8155670b0cc8ebd0b3a0 (diff) | |
download | markup-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-x | htdocs/whatsnew.html | 8 |
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> |