From 863de0d46680c8d5e2b6390b063ec0630c341707 Mon Sep 17 00:00:00 2001 From: Phillip Marshall Date: Fri, 2 Jul 2021 12:12:35 -0700 Subject: [PATCH] changelog: add dates to recent releases --- CHANGES.adoc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES.adoc b/CHANGES.adoc index 05d5cf0..5ffef5f 100644 --- a/CHANGES.adoc +++ b/CHANGES.adoc @@ -12,6 +12,8 @@ Unreleased Version 2.8.0 ------------- +_Released May 24th, 2021_ + - Upgrade to jinja2 3.0, dropping support for 2.11 and below (#279). - Dropped Python 3.5 support. @@ -19,6 +21,8 @@ Version 2.8.0 Version 2.7.1 ------------- +_Released April 16th, 2021_ + - Fixed `makemessages` command, which in 2.7.0 could not detect `{% trans %}` tags in Django templates (#272). - Fixed `{% cache %}` tag to allow a timeout of `None` (to cache forever), which Django's tag added in 2.0 (#274). - Fixed README not displaying in project description at PyPI (#276). @@ -28,6 +32,8 @@ Version 2.7.1 Version 2.7.0 ------------- +_Released August 20th, 2020_ + - Fixed loading template names with backslashes on Windows (#249). - Added Django's `json_script` filter for Django 2.1 and higher. - Fixed docs site stylesheet. @@ -40,6 +46,8 @@ Version 2.7.0 Version 2.6.0 ------------- +_Released February 1st, 2020_ + - Documented compatibility changes made in version 2.5.0. - Cut new release to reflect this in package metadata.