summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBob Halley <halley@nominum.com>2011-03-22 12:57:38 +0000
committerBob Halley <halley@nominum.com>2011-03-22 12:57:38 +0000
commit63c3d6c87535ea8a754339ad14de584e0fa76fce (patch)
tree530ced5bdbdb8b0dc7eb232284ef003a3eafbe1b /ChangeLog
parentc4cea36e5e3aef4bbb31888ddcf7cdbb68e6c3b0 (diff)
downloaddnspython-63c3d6c87535ea8a754339ad14de584e0fa76fce.tar.gz
Add raise_on_no_answer option
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 73452c2..d13e7a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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.
+
2011-01-11 Bob Halley <halley@dnspython.org>
* Dnspython was erroneously doing case-insensitive comparisons