Changelog
=========

0.2.2 (2013-12-07)
------------------

* (issue #2) add 'sleep' cli and config file option to sleep X seconds
  between tests
* (issue #3) add cli and config option to ignore TTL when comparing
  responses from DNS servers
* (issue #5) document release procedure
* (issue #4) support one-character hostnames
* (issue #8) support leading underscore in hostnames
* add coverage reports to tox and travis-ci
* fix pep8 tests and remove superfluous double test run from tox
* fix coverage report excluded lines
* add test coverage for util module

0.2.1 (2013-11-06)
------------------

* fix README.rst markup error
* add doc parsing tests

0.2.0 (2013-11-06)
------------------

* Documentation updates
* Support py26-py33
* some test fixes for py26-33 support

0.1.0 (2013-11-01)
------------------

* Inital development release
