mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-12 17:23:15 +00:00
Changelog for #2488
This commit is contained in:
parent
52e38f2024
commit
333aac4b99
3 changed files with 22 additions and 0 deletions
|
|
@ -1,6 +1,11 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
1.4.4 (xx.xx.2016)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* The `wagtailuserbar` template tag now gracefully handles situations where the `request` object is not in the template context (Matt Westcott)
|
||||
|
||||
1.4.3 (04.04.2016)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
16
docs/releases/1.4.4.rst
Normal file
16
docs/releases/1.4.4.rst
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
===========================
|
||||
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)
|
||||
|
|
@ -4,6 +4,7 @@ Release notes
|
|||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
1.4.4
|
||||
1.4.3
|
||||
1.4.2
|
||||
1.4.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue