=================
Improvements
------------
* ``render_block_to_string`` now optionally accepts a ``request`` parameter.
If given, a ``RequestContext`` instead of a ``Context`` is used when
rendering with the Django templating engine. Contributed by
`vintage <https://github.com/vintage>`_. (`#15 <https://github.com/clokep/django-render-block/pull/15>`_)
Maintenance
-----------
* Support Django 1.11, 2.1, and 2.2. (`9 <https://github.com/clokep/django-render-block/pull/9>`_,
`11 <https://github.com/clokep/django-render-block/pull/11>`_,
`17 <https://github.com/clokep/django-render-block/pull/17>`_)
* Support Python 2.7, 3.5, 3.6, and 3.7. (`9 <https://github.com/clokep/django-render-block/pull/9>`_,
`17 <https://github.com/clokep/django-render-block/pull/17>`_)
* Fix rendering of README on PyPI. Contributed by `mixxorz <https://github.com/mixxorz>`_.
(`10 <https://github.com/clokep/django-render-block/pull/10>`_)