From dc3c5f3edd3ac881a0bde21d35307644167b5831 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Hermida?= Date: Tue, 24 Apr 2018 12:46:31 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc5308f0..f034714e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,24 @@ ## Unreleased -- Add due date to US, tasks and issues (https://tree.taiga.io/project/taiga/issue/3070). +## 3.3.0 Picea mariana (2018-04-26) + +### Features + +- Add "live notifications" to Taiga: + - Migration for user configuration. +- Add due date to US, tasks and issues (https://tree.taiga.io/project/taiga/issue/3070): + - Add to csv export. + - Add to projects import/export. + - Add to webhooks. + - Add to django admin. +- Add multiple assignement only in US (https://tree.taiga.io/project/taiga/issue/1961): + - The `assigned_to` field is still active. + - Add to csv export. + - Add to projects import/export. + - Add to webhooks. + - Add to django admin. +- Delete cards in Kanban and sprint Taskboard (https://tree.taiga.io/project/taiga/issue/2683). ## 3.2.3 (2018-04-04)