Add release note section for 2.15

pull/7345/head
Matt Westcott 2021-07-13 17:04:17 +01:00
rodzic 093ac4fcdd
commit 5a11ce0c5c
4 zmienionych plików z 35 dodań i 0 usunięć

Wyświetl plik

@ -1,6 +1,12 @@
Changelog
=========
2.15 (xx.xx.xxxx) - IN DEVELOPMENT
~~~~~~~~~~~~~~~~~
* ...
2.14 (xx.xx.xxxx) - IN DEVELOPMENT
~~~~~~~~~~~~~~~~~

Wyświetl plik

@ -0,0 +1,26 @@
===========================================
Wagtail 2.15 release notes - IN DEVELOPMENT
===========================================
.. contents::
:local:
:depth: 1
Wagtail 2.15 is designated a Long Term Support (LTS) release. Long Term Support releases will continue to receive maintenance updates as necessary to address security and data-loss related issues, up until the next LTS release (typically a period of 12 months).
What's new
==========
Other features
~~~~~~~~~~~~~~
* ...
Bug fixes
~~~~~~~~~
* ...
Upgrade considerations
======================

Wyświetl plik

@ -5,6 +5,7 @@ Release notes
:maxdepth: 1
upgrading
2.15
2.14
2.13.4
2.13.3

Wyświetl plik

@ -145,3 +145,5 @@ The compatible versions of Django and Python for each Wagtail release are:
+-------------------+------------------------------+-----------------------------+
| 2.14 | 3.0, 3.1, 3.2 | 3.6, 3.7, 3.8, 3.9 |
+-------------------+------------------------------+-----------------------------+
| 2.15 LTS | 3.0, 3.1, 3.2 | 3.6, 3.7, 3.8, 3.9 |
+-------------------+------------------------------+-----------------------------+