summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2006-11-03 02:27:08 +0000
committerBob Halley <halley@dnspython.org>2006-11-03 02:27:08 +0000
commit20c6fa4d697d7981f59af4b5335abc5d315db6cc (patch)
treed772b3610dd70b5b5a7d198bdcf22567baf81ca1 /ChangeLog
parent745fa633354cc29a4c4aa9a16e9a73ada0075808 (diff)
downloaddnspython-20c6fa4d697d7981f59af4b5335abc5d315db6cc.tar.gz
add ignore_unexpected option dns.query.udp()
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ad7235e..fc865a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-11-02 Bob Halley <halley@dnspython.org>
+
+ * dns/query.py (udp): Messages from unexpected sources can now be
+ ignored by setting ignore_unexpected to True.
+
2006-10-31 Bob Halley <halley@dnspython.org>
* dns/query.py (udp): When raising UnexpectedSource, add more