mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-02 12:34:46 +00:00
Release note for backported |safe filter fix (789872d84e)
This commit is contained in:
parent
a515b7019e
commit
7c5d1b2ddb
3 changed files with 23 additions and 0 deletions
|
|
@ -76,6 +76,12 @@ Changelog
|
|||
* Fix: Removed erroneous ``|safe`` filter from search results template in project template (Karl Hobley)
|
||||
|
||||
|
||||
1.9.1 (xx.xx.xxxx)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Fix: Removed erroneous `|safe` filter from search results template in project template (Karl Hobley)
|
||||
|
||||
|
||||
1.9 (16.02.2017)
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
16
docs/releases/1.9.1.rst
Normal file
16
docs/releases/1.9.1.rst
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
===========================
|
||||
Wagtail 1.9.1 release notes
|
||||
===========================
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
:depth: 1
|
||||
|
||||
|
||||
What's changed
|
||||
==============
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
||||
* Removed erroneous ``|safe`` filter from search results template in project template (Karl Hobley)
|
||||
|
|
@ -6,6 +6,7 @@ Release notes
|
|||
|
||||
1.11
|
||||
1.10
|
||||
1.9.1
|
||||
1.9
|
||||
1.8.2
|
||||
1.8.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue