~~~~~~~~~~~~~~~~~~~~~~~
.. _v22.0.0: https://github.com/feincms/feincms/compare/v1.20.0...v22.0.0
- **Possibly backwards incompatible** Changed all bundled content types'
``render()`` methods to return the ``(template_name, context)`` tuple instead
of rendering content themselves.
- Dropped compatibility guarantees with Python < 3.6, Django < 3.2.
- Added pre-commit.
- The default view was changed to accept the path as a ``path`` keyword
argument, not only as a positional argument.
- Changed the item editor action buttons CSS to not use transitions so that the
sprite buttons look as they should.