]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
add ChangeLog entry for Shane Huntley's trailing junk patch
authorBob Halley <halley@dnspython.org>
Sat, 7 Apr 2012 11:59:10 +0000 (12:59 +0100)
committerBob Halley <halley@dnspython.org>
Sat, 7 Apr 2012 11:59:10 +0000 (12:59 +0100)
ChangeLog

index f916ad5c508065bf6ae4d13ec84182335fe76be5..accd9b19db0e30883fdce6ee0a1240125e309515 100644 (file)
--- 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,