From c8c0318f92f10c22eac912d7bd64e785d7ff9f7d Mon Sep 17 00:00:00 2001 From: nitely Date: Thu, 8 Oct 2020 23:44:52 -0300 Subject: [PATCH] update changelog --- HISTORY.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index adb020a6e..866d6e3ad 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,10 +1,16 @@ -0.12.0 (dev) +0.11.1 ================== -* Added support for Django 3.1 -* Added `custom_header_logo` block to +* Added: support for Django 3.1 +* Added: `custom_header_logo` block to `template/spirit/_header.html` template to extend/override the site's name/logo +* Added: button to mark all notifications as read +* Added: show installed Django version in admin dashboard +* Fixed: error when `ST_STORAGE` was set to + `'spirit.core.storage.OverwriteFileSystemStorage'` +* Fixed: Django deprecation warnings +* Fixed: UX/UI reply preview styles 0.11.0 ==================