From ab40ad2cbbe0743228963957f850f800f18a7235 Mon Sep 17 00:00:00 2001 From: Martin Mahner Date: Mon, 12 Mar 2018 14:04:47 +0100 Subject: [PATCH] Updated changelog --- CHANGELOG | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 592a318..5127e62 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,19 +1,24 @@ Changelog ========= -3.0 (master) -------------- +3.0a0 (master) +-------------- * Dropped support for Django 1.8 to 1.10 due to it's general end of support. The project will likely work well but it's no longer specifically tested. -* General code cleanup -* Removed jQuery, all Javascript is native. -* Removed Bootstrap for theming. -* Django 1.11 based templates, forms, views, models, etc. -* All views are now class based and use the latest generic based views sugar. -* Removed "Suspicious" middleware which was never been used, documented, +* Fixed issues around leading whitespace in lines. +* Fixed CMD+Enter form submission shortcut in Firefox. +* Removed "Suspicious" middleware which was never been used, documented, and also not functional for a while. -* Fixed CMD+Enter form submission shortcut in Firefox. +* Added django-csp to deal with external content (this is required for the + upcoming "rendered" markdown feature). + +General code cleanup: + +* All views are now class based and use the latest generic based views sugar. +* Django 1.11 based templates, forms, views, models, etc. +* Removed jQuery dependeny, all Javascript is native. +* Removed Bootstrap dependendy. 2.13 (2017-01-20) -----------------