- 186: Fix test failures on Python 3.8 on Windows by relying on ``realpath()`` instead of ``readlink()``. - 189: ``realpath()`` now honors symlinks on Python 3.7 and earlier, approximating the behavior found on Python 3.8. - 187: ``lines()`` no longer relies on the deprecated ``.text()``.
13.2.0
-------
- Require Python 3.6 or later.
13.1.0
-------
- 170: Added ``read_text`` and ``read_bytes`` methods to align with ``pathlib`` behavior. Deprecated ``text`` method. If you require newline normalization of ``text``, use ``jaraco.text.normalize_newlines(Path.read_text())``.
13.0.0
-------
- 169: Renamed package from ``path.py`` to ``path``. The docs make reference to a pet name "path pie" for easier discovery.
12.5.0
-------
- 195: Project now depends on ``path``.
12.4.0
-------
- 169: Project now depends on ``path < 13.2``. - Fixed typo in README.