+2016-09-20 Bob Halley <halley@dnspython.org>
+
+ * If the "idna" module is installed ("pip install idna"), then
+ dnspython will use IDNA 2008 instead of IDNA 2003. Options have
+ been added to unicode name routines for UTS46 support
+ including "STD3 rules" and "transitional". See
+ http://unicode.org/reports/tr46/ for more info on what this
+ means.
+
+ * Problems with newlines in various output modes have been
+ addressed, but I suspect there is more to come in this area.
+
+ * More miscellaneous fixes for the Python 2/3 codeline merge.
+
2016-05-27 Bob Halley <halley@dnspython.org>
* (Version 1.14.0 released)