summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBob Halley <halley@nominum.com>2011-03-23 01:34:51 +0000
committerBob Halley <halley@nominum.com>2011-03-23 01:34:51 +0000
commita26e5d03dcf84f942276f127ccda9e79157cca77 (patch)
tree34c7eace5b244d75d48ffe07bea3afbbef7a6f41 /ChangeLog
parent63c3d6c87535ea8a754339ad14de584e0fa76fce (diff)
downloaddnspython-a26e5d03dcf84f942276f127ccda9e79157cca77.tar.gz
add canonical_name to Answer()
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 6 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index d13e7a0..5bd53b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,12 @@
2011-03-22 Bob Halley <halley@dnspython.org>
* dns/resolver.py: a boolean parameter, 'raise_on_no_answer', has
- been added to the query() methods. In no-error, no-data
- situations, this parameter determines whether NoAnswer should be
- raised or not. If True, NoAnswer is raised. If False, then an
- Answer() object with a None rrset will be returned.
+ been added to the query() methods. In no-error, no-data
+ situations, this parameter determines whether NoAnswer should be
+ raised or not. If True, NoAnswer is raised. If False, then an
+ Answer() object with a None rrset will be returned.
+
+ * dns/resolver.py: Answer() objects now have a canonical_name field.
2011-01-11 Bob Halley <halley@dnspython.org>