diff options
| author | Bob Halley <halley@nominum.com> | 2011-03-23 01:34:51 +0000 |
|---|---|---|
| committer | Bob Halley <halley@nominum.com> | 2011-03-23 01:34:51 +0000 |
| commit | a26e5d03dcf84f942276f127ccda9e79157cca77 (patch) | |
| tree | 34c7eace5b244d75d48ffe07bea3afbbef7a6f41 /ChangeLog | |
| parent | 63c3d6c87535ea8a754339ad14de584e0fa76fce (diff) | |
| download | dnspython-a26e5d03dcf84f942276f127ccda9e79157cca77.tar.gz | |
add canonical_name to Answer()
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -1,10 +1,12 @@ 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. + 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. + + * dns/resolver.py: Answer() objects now have a canonical_name field. 2011-01-11 Bob Halley <halley@dnspython.org> |
