* Bugfixes * Exclude PSL's private domains by default - [19](https://github.com/john-kurkowski/tldextract/pull/19) * This is a **BREAKING** bugfix if you relied on the PSL's private domains * Revert to old behavior by setting `include_psl_private_domains=True` * `UnicodeError` for inputs that looked like an IP
1.4
* Features * Support punycode inputs * Bugfixes * Fix minor Python 3 unicode errors
1.3.1
* Bugfixes * Match PSL's GitHub mirror rename, from mozilla-central to gecko-dev * Try Mozilla's PSL SPOT first, then the mirror
1.3
* Features * Specify your own PSL url/file with `suffix_list_url` kwarg * `fallback_to_snapshot` kwarg - defaults to True * Deprecations * `fetch` kwarg
1.2
* Features * Better CLI * Cache env var support * Python 3.3 support * New aliases `suffix` and `registered_domain` * Bugfixes * Fix dns root label
1.1
* Bugfixes * Reliable logger name * Forgotten `import sys`