summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2014-06-21 07:45:14 -0700
committerBob Halley <halley@dnspython.org>2014-06-21 07:45:14 -0700
commit56ab1a15c8d4b6a26e0643e5ce3aac7e09f2c9b5 (patch)
treef316ea4894c049408cbb199efba8bb8dc04e71d4 /ChangeLog
parentf962db12ce3cb46ae61ef3e55ad8369be30447ec (diff)
downloaddnspython-56ab1a15c8d4b6a26e0643e5ce3aac7e09f2c9b5.tar.gz
Fix exception when reading from a masterfile.
When reading from a masterfile, if the first content line started with leading whitespace, we raised an ugly exception instead of doing the right thing, namely using the zone origin as the name. [#73]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 903b589..b9d204a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-06-21 Bob Halley <halley@dnspython.org>
+
+ * When reading from a masterfile, if the first content line started
+ with leading whitespace, we raised an ugly exception instead of
+ doing the right thing, namely using the zone origin as the name.
+ [#73]
+
2014-06-19 Bob Halley <halley@dnspython.org>
* Escaping of Unicode has been corrected. Previously we escaped and