- Nothing changed yet.
- Drop support for Python 2.6, 2.7, 3.2, 3.3, 3.4, 3.5, 3.6.
- Add support for Python 3.7, 3.8, 3.9, 3.10, 3.11, PyPy3.
- Fixed: packaging bug that caused 'pip install zc.recipe.filestorage' to fail with an error about missing README.txt
- Fixed: packaging bug that caused a test failure in a test runner that didn't use buildout to run setup.py.
- Python 3 compatibility
- Using Python's
doctest
module instead of deprecatedzope.testing.doctest
. - Removed 'shared-blob-dir' from blobstorage section.
- Initial release.