diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 4aad0f165..53e7720e4 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,8 +1,8 @@ Changelog ========= -1.12 (xx.xx.xxxx) - IN DEVELOPMENT -~~~~~~~~~~~~~~~~~ +1.12 LTS (xx.xx.xxxx) - IN DEVELOPMENT +~~~~~~~~~~~~~~~~~~~~~ * New class-based configuration for media embeds (Karl Hobley) * The admin interface now displays a title of the latest draft (Mikalai Radchuk) @@ -154,8 +154,8 @@ Changelog * Fix: Reduced `Rendition.focal_point_key` field length to prevent migration failure when upgrading to Wagtail 1.8 on MySQL with `utf8` character encoding (Andy Chosak, Matt Westcott) -1.8 (15.12.2016) -~~~~~~~~~~~~~~~~ +1.8 LTS (15.12.2016) +~~~~~~~~~~~~~~~~~~~~ * New page privacy options (Shawn Makinson, Tom Miller, Luca Perico, Matt Westcott) * New 'bulk delete' permission type for deleting pages with children (Matt Westcott) @@ -443,8 +443,8 @@ Changelog * Fix: Fixed erroneous rendering of up arrow icons (Rob Moorman) -1.4 (16.03.2016) -~~~~~~~~~~~~~~~~ +1.4 LTS (16.03.2016) +~~~~~~~~~~~~~~~~~~~~ * Added support for viewing previous revisions of pages, and previewing or rolling back to earlier versions * Introduced collections, for image / document organisation @@ -807,8 +807,8 @@ Changelog * Fixed a regression where images would fail to save when feature detection is active -0.8 (05.11.2014) -~~~~~~~~~~~~~~~~ +0.8 LTS (05.11.2014) +~~~~~~~~~~~~~~~~~~~~ * Added logging for page operations * The save button on the page edit page now redirects the user back to the edit page instead of the explorer diff --git a/docs/releases/0.8.rst b/docs/releases/0.8.rst index c7b31cab5..983c634ff 100644 --- a/docs/releases/0.8.rst +++ b/docs/releases/0.8.rst @@ -7,6 +7,9 @@ Wagtail 0.8 release notes :depth: 1 +Wagtail 0.8 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 8 months). + + What's new ========== diff --git a/docs/releases/1.12.rst b/docs/releases/1.12.rst index 19b285287..d2913747f 100644 --- a/docs/releases/1.12.rst +++ b/docs/releases/1.12.rst @@ -7,6 +7,9 @@ Wagtail 1.12 release notes - IN DEVELOPMENT :depth: 1 +Wagtail 1.12 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 8 months). Please note that Wagtail 1.12 will be the last LTS release to support Python 2. + + What's new ========== diff --git a/docs/releases/1.4.rst b/docs/releases/1.4.rst index ef970f5e0..20169f1a2 100644 --- a/docs/releases/1.4.rst +++ b/docs/releases/1.4.rst @@ -7,6 +7,9 @@ Wagtail 1.4 release notes :depth: 1 +Wagtail 1.4 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 8 months). + + What's new ========== diff --git a/docs/releases/1.8.rst b/docs/releases/1.8.rst index 6340e133d..3f648e822 100644 --- a/docs/releases/1.8.rst +++ b/docs/releases/1.8.rst @@ -6,6 +6,8 @@ Wagtail 1.8 release notes :local: :depth: 1 +Wagtail 1.8 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 8 months). + What's new ==========