- Fix insidious buildout configuration bug for tests against Zope 4.
- Add support for Python 3.10 and 3.11.
6.2
----------------
- "Undeprecate" sessioning configurations using this package because ``tempstorage`` version 5.2 fixed the data loss issue. (`16 <https://github.com/zopefoundation/Products.TemporaryFolder/issues/16>`_)
- Update package configuration.
6.1
----------------
- Add support for Python 3.9.
6.0
----------------
- split ``Products.ZODBMountPoint`` into separate package and removed all code that automatically instatiates a temporary folder and sessioning artifacts on Zope startup. (`12 <https://github.com/zopefoundation/Products.TemporaryFolder/issues/12>`_)
5.3
----------------
- improve the README
- Specify supported Python versions using ``python_requires`` in setup.py (`Zope481 <https://github.com/zopefoundation/Zope/issues/481>`_)