wagtail/docs/releases/1.4.4.rst
2016-04-19 14:18:13 +01:00

17 lines
419 B
ReStructuredText

===========================
Wagtail 1.4.4 release notes
===========================
.. contents::
:local:
:depth: 1
What's changed
==============
Bug fixes
~~~~~~~~~
* The ``wagtailuserbar`` template tag now gracefully handles situations where the ``request`` object is not in the template context (Matt Westcott)
* Meta classes on StreamField blocks now handle multiple inheritance correctly (Tim Heap)