mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 11:41:20 +01:00
Add 2.15.5 release notes
This commit is contained in:
parent
cb7fc4cb14
commit
84605d8b88
@ -134,6 +134,12 @@ Changelog
|
||||
* Fix: Add missing translation usage in Workflow templates (Anuja Verma, Saurabh Kumar)
|
||||
|
||||
|
||||
2.15.5 (xx.xx.xxxx) - IN DEVELOPMENT
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Fix: Allow bulk publishing of pages without revisions (Andy Chosak)
|
||||
|
||||
|
||||
2.15.4 (11.02.2022)
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
25
docs/releases/2.15.5.rst
Normal file
25
docs/releases/2.15.5.rst
Normal file
@ -0,0 +1,25 @@
|
||||
=============================================
|
||||
Wagtail 2.15.5 release notes - IN DEVELOPMENT
|
||||
=============================================
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
:depth: 1
|
||||
|
||||
|
||||
What's new
|
||||
==========
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
||||
* Allow bulk publishing of pages without revisions (Andy Chosak)
|
||||
|
||||
|
||||
Upgrade considerations
|
||||
======================
|
||||
|
||||
Jinja2 compatibility
|
||||
~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Developers using Jinja2 templating should note that the template tags in this release (and earlier releases in the 2.15.x series) are compatible with Jinja2 2.11.x and 3.0.x. Jinja2 2.11.x is unmaintained and requires ``markupsafe`` to be pinned to version ``<2.1`` to work; Jinja2 3.1.x has breaking changes and is not compatible. We therefore recommend that you use Jinja2 3.0.x, or 2.11.x with fully pinned dependencies.
|
@ -9,6 +9,7 @@ Release notes
|
||||
2.16.2
|
||||
2.16.1
|
||||
2.16
|
||||
2.15.5
|
||||
2.15.4
|
||||
2.15.3
|
||||
2.15.2
|
||||
|
Loading…
Reference in New Issue
Block a user