]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
more Changelog updates
authorBob Halley <halley@dnspython.org>
Thu, 29 Sep 2016 15:37:54 +0000 (08:37 -0700)
committerBob Halley <halley@dnspython.org>
Thu, 29 Sep 2016 15:37:54 +0000 (08:37 -0700)
ChangeLog

index 88be654081c5acad9bd09b9cb821571aeb0d95fb..596a22ea38db1abc4e038cdb4f9b3c1a4a76a96a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
-2016-09-20  Bob Halley  <halley@dnspython.org>
+2016-09-29  Bob Halley  <halley@dnspython.org>
 
-       * 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.