summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Pillard <mpillard@mozilla.com>2021-12-12 19:03:55 +0100
committerMathieu Pillard <mpillard@mozilla.com>2021-12-12 19:03:55 +0100
commit101cc45b4a2af45fea418be8f636bc6d0b22ada9 (patch)
treea10c3576bc3e8aa59f1ed9f48470cff48716c5a1
parentce972890f017a363c63bf41ab24a923b493ae97a (diff)
downloaddjango-compressor-101cc45b4a2af45fea418be8f636bc6d0b22ada9.tar.gz
Update changelog
-rw-r--r--docs/changelog.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/changelog.txt b/docs/changelog.txt
index 6fe2ae8..016b00d 100644
--- a/docs/changelog.txt
+++ b/docs/changelog.txt
@@ -5,9 +5,10 @@ v3.0 (2021-??-??)
`Full Changelog <https://github.com/django-compressor/django-compressor/compare/2.4.1...3.0>`_
-- Officially support for Python 3.9, Django 3.1 and 3.2
+- Officially support for Python 3.9 and 3.10 as well as Django 3.1, 3.2 and 4.0
- Drop support for Django 1.11 and 2.1
- Drop support for Python 2.x and 3.4
+- Fix compatibility with Jinja 3.x
- Require django-sekizai 2.0 for django-sekizai extension
- Make template compression in compress command threaded to improve performance
- Correctly handle relative paths in ``extends`` tags (#979)
@@ -15,6 +16,7 @@ v3.0 (2021-??-??)
- Fix various deprecation warnings
- Add ability to pass a logger to various classes & methods
- Removed deprecated ``COMPRESS_JS_FILTERS`` and ``COMPRESS_CSS_FILTERS`` settings
+- Fix offline compression race condition, which could result in incomplete manifest
v2.4.1 (2021-04-17)
-----------------