- improve the README
- Specify supported Python versions using
python_requires
in setup.py (Zope#481) - Added support for Python 3.8
- Add support for Python 3.7.
- Update forms to Bootstrap ZMI. (#6)
- Fix logging traceback in Python 2. [pbauer]
- Fix creating a temp_folder in Python 2. (#7)
- Bring back Application initialization (creation of BrowserIdManager and SessionDataManager in the ZODB on first startup). This release requires Zope >= 4.0b5.
- Drop support for Python 3.4.
- Remove dysfunctional LowConflictConnection.
- Add support for Python 3.4, 3.5 and 3.6.
- Add in code of Products.TemporaryFolder and Products.ZODBMountPoint.
- Require Zope >= 4.
- Create a separate distribution called Products.TemporaryFolder without any code inside it. This allows projects to depend on this project inside the Zope 2.13 release line.