diff --git a/AUTHORS b/AUTHORS index 93ef0bc..6fc0024 100644 --- a/AUTHORS +++ b/AUTHORS @@ -17,4 +17,4 @@ arthur Graham Ullrich Mfon Eti-mfon Katherine Michel - +Agus Makmun diff --git a/README.md b/README.md index 97f7aba..ca0f8e4 100644 --- a/README.md +++ b/README.md @@ -77,8 +77,9 @@ Announcements have title and content, with options for filtering their display: Django / Python | 3.6 | 3.7 | 3.8 --------------- | --- | --- | --- -2.2 | * | * | * -3.0 | * | * | * +2.2 | * | * | * +3.0 | * | * | * +4.0 | * | * | * ## Documentation @@ -272,6 +273,11 @@ Since `bootstrap` template tags and filters are no longer loaded, you'll also ne ## Change Log +### 4.0.1 + +* Support Django 4.0 +* Avoid extra queries when fetching dismissals #63 + ### 4.0.0 * Drop Django 1.11, 2.0, and 2.1, and Python 2,7, 3.4, and 3.5 support