summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2014-06-21 08:55:09 -0700
committerBob Halley <halley@dnspython.org>2014-08-31 16:46:08 -0700
commit4590c7defcf91e6168c927c36e1efded0ee96a36 (patch)
tree796e7a4e32cd58d8ca2edf48828e97b12de24b72 /ChangeLog
parentd0359473bf0f42e77f0fa29cfafd40fa6070e72b (diff)
downloaddnspython-4590c7defcf91e6168c927c36e1efded0ee96a36.tar.gz
Add dns.zone.to_text() convenience method.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f6dbf78..a5bfe0e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,17 @@
resolver library does not understand it. In this case, just set
resolver.rotate = True by hand.
+ * Added dns.zone.to_text() convenience method. Thanks to Brandon Whaley
+ <redkrieg@gmail.com> for the patch.
+
+2014-05-31 Bob Halley <halley@dnspython.org>
+
+ * dns/ipv6.py: Add is_mapped()
+
+ * dns/reversename.py: Lookup IPv6 mapped IPv4 addresses in the v4
+ reverse namespace. Thanks to Devin Bayer. Yes, I finally fixed
+ this one :)
+
2014-04-11 Bob Halley <halley@dnspython.org>
* dns/zone.py: Do not put back an unescaped token. This was