From: Bob Halley Date: Thu, 29 Sep 2016 15:37:54 +0000 (-0700) Subject: more Changelog updates X-Git-Tag: v1.15.0~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50ab8824d0c5a159497dd963bbaf4ed9dee48746;p=thirdparty%2Fdnspython.git more Changelog updates --- diff --git a/ChangeLog b/ChangeLog index 88be6540..596a22ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ -2016-09-20 Bob Halley +2016-09-29 Bob Halley - * IDNA 2008 support is now available on request if the "idna" - module has been installed. + * IDNA 2008 support is now available if the "idna" module has been + installed and IDNA 2008 is requested. The default IDNA behavior + is still IDNA 2003. + + * By default, dns.name.to_unicode() is not strict about which + version of IDNA the input complies with. Strictness can be + requested by using one of the strict IDNA codecs. * Add AVC RR support.