Add 2.7 section to changelog and release notes

This commit is contained in:
Matt Westcott 2019-07-09 16:51:48 +01:00
parent c2e07d735b
commit 772b76ef00
4 changed files with 39 additions and 0 deletions

View file

@ -1,6 +1,12 @@
Changelog
=========
2.7 LTS (xx.xx.xxxx) - IN DEVELOPMENT
~~~~~~~~~~~~~~~~~~~~
* ...
2.6 (xx.xx.xxxx) - IN DEVELOPMENT
~~~~~~~~~~~~~~~~

30
docs/releases/2.7.rst Normal file
View file

@ -0,0 +1,30 @@
==========================================
Wagtail 2.7 release notes - IN DEVELOPMENT
==========================================
.. contents::
:local:
:depth: 1
Wagtail 2.7 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
======================

View file

@ -5,6 +5,7 @@ Release notes
:maxdepth: 1
upgrading
2.7
2.6
2.5.1
2.5

View file

@ -145,4 +145,6 @@ The compatible versions of Django and Python for each Wagtail release are:
+-------------------+------------------------------+-----------------------------+
| 2.6 | 2.0, 2.1, 2.2 | 3.5, 3.6, 3.7 |
+-------------------+------------------------------+-----------------------------+
| 2.7 LTS | 2.0, 2.1, 2.2 | 3.5, 3.6, 3.7 |
+-------------------+------------------------------+-----------------------------+