================
- IPv6 addresses are now supported!
- Enhanced dump output to display IP version
- Cleaned up formatting in README.rst
- All debug printing replaced with logging module (hint: set environment
variable DEBUG=1)
- Bugfix to bracket-style in which patterns with brackets not in 4th octet were
sometimes matching.
- Bugfix when returning strict results on parse styles that return IPRange
objects (bracket, hyphen styles). If an IPRange is larger than the hard-coded
limit of a /18, then it will always be strict.
- All changes covered by tests.