* tests: fix tests in case HOME is overridden :bug:`12` * uri2fsn: Handle a subset of legacy UNC file URIs on Windows :pr:`14` * expanduser: Ignore HOME env var on Windows like Python 3.8 :pr:`15`
1.4.1
------------------
* :func:`fsn2uri`: Fix handling of surrogates with PyPy3 on Windows
1.4.0
------------------
* Python 3.3 support removed * Added type annotations
1.3.4
------------------
* :func:`fsn2bytes` and :func:`bytes2fsn` now default to "wtf-8" for the Windows path encoding instead of having no default.
1.3.3
------------------
* Restore WinXP support * Fix some warnings with Python 3.6
1.3.2
------------------
* Tests: Fix some errors with newer pytest and make the test suite work on native Windows.