From: Bob Halley Date: Thu, 29 Sep 2016 15:29:49 +0000 (-0700) Subject: update X-Git-Tag: v1.15.0~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1182577a9c74d837dfbbde83b92c5a9f47efda4e;p=thirdparty%2Fdnspython.git update --- diff --git a/ChangeLog b/ChangeLog index 1b699330..88be6540 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,8 @@ * Some problems with newlines in various output modes have been addressed. + * dns.name.to_text() now returns text and not bytes on Python 3.x + * More miscellaneous fixes for the Python 2/3 codeline merge. 2016-05-27 Bob Halley