Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 628 Bytes

CHANGELOG.md

File metadata and controls

32 lines (20 loc) · 628 Bytes

Changelog

0.3.4

  • Fix 'remove_all_matching()'. Thanks dmtucker (https://github.com/dmtucker)
  • Add option to write hosts files to an alternative path
  • Increase test coverage and the number of python versions tested against

0.3.3

  • Fix issue in remove_all_matching() which could cause entries to be skipped

0.3.1

  • Add repr and str for each class
  • Fix python 3 incompatibility issue

0.3.0

  • Various refactoring to simplify and make code more readable/pythonic
  • Get coverage back to 100%
  • Add documentation to Read The Docs
  • Various PEP8 improvements

0.2.12

  • Minor bug fixes

0.2.11

  • Minor bug fixes