summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBob Halley <halley@nominum.com>2012-04-07 21:15:14 +0100
committerBob Halley <halley@nominum.com>2012-04-07 21:15:14 +0100
commit232b6009dd5382caae6517511c16fa0bc757f112 (patch)
tree91274b9103d44162094b3281b6c46d0fc4d684af /ChangeLog
parent8124127fe9f80339f6f6bcb2fe6fd751b307e3d9 (diff)
downloaddnspython-232b6009dd5382caae6517511c16fa0bc757f112.tar.gz
merge trailing junk control
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f916ad5..accd9b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2012-04-07 Bob Halley <halley@dnspython.org>
+
+ * dns/message.py (from_wire): dns.message.from_wire() now takes
+ an 'ignore_trailing' parameter which defaults to False. If set
+ to True, then trailing junk will be ignored instead of causing
+ TrailingJunk to be raised. Thanks to Shane Huntley for
+ contributing the patch.
+
2011-08-22 Bob Halley <halley@dnspython.org>
* dns/resolver.py: Added LRUCache. In this cache implementation,