=====================
Bugfixes
--------
* Fixes exception propagation when rendering templates. Contributed
by `yaakovLowenstein <https://github.com/yaakovLowenstein>`_. (`#52 <https://github.com/clokep/django-render-block/pull/52>`_)
* Fix rendering blocks over multiple extended templates. (`56 <https://github.com/clokep/django-render-block/pull/56>`_)
Maintenance
-----------
* Support Python 3.11 and 3.12. (`44 <https://github.com/clokep/django-render-block/pull/44>`_,
`55 <https://github.com/clokep/django-render-block/pull/55>`_)
* Drop support for Python 3.7. (`44 <https://github.com/clokep/django-render-block/pull/44>`_)
* Support Django 4.2, 5.0 and 5.1. (`44 <https://github.com/clokep/django-render-block/pull/44>`_,
`55 <https://github.com/clokep/django-render-block/pull/55>`_)
* Drop support for Django < 3.2; Django 4.0; Django 4.1. (`44 <https://github.com/clokep/django-render-block/pull/44>`_,
`55 <https://github.com/clokep/django-render-block/pull/55>`_)
* Add type hints and configure mypy. (`54 <https://github.com/clokep/django-render-block/pull/54>`_)