summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2012-04-07 12:59:10 +0100
committerBob Halley <halley@dnspython.org>2012-04-07 12:59:10 +0100
commit4072dc57840c1b2c0c6637d121fffcd3f24cdb15 (patch)
tree22f7a33254f96daa6dd7bb7d641d3202bc905895
parent1935409811acc95c0be0631b4a5e75c842f79ffe (diff)
downloaddnspython-4072dc57840c1b2c0c6637d121fffcd3f24cdb15.tar.gz
add ChangeLog entry for Shane Huntley's trailing junk patch
-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,