* Require Python 3.7 or later. * 243: Fix error when no ``__pycache__`` directories exist when testing ``update-zips``.
5.4.0
======
* 80: Test suite now relies entirely on the traversable API.
5.3.0
======
* 80: Now raise a ``DeprecationWarning`` for all legacy functions. Instead, users should rely on the ``files()`` API introduced in importlib_resources 1.3. See `Migrating from Legacy <https://importlib-resources.readthedocs.io/en/latest/using.html#migrating-from-legacy>`_ for guidance on avoiding the deprecated functions.
5.2.3
======
* Updated readme to reflect current behavior and show which versions correspond to which behavior in CPython.
5.2.2
======
* 234: Fix refleak in ``as_file`` caught by CPython tests.