From 2b82bb056f17d788ebda8fbd7e35df2d33f1c388 Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Thu, 9 Jun 2016 07:41:17 +0200 Subject: [PATCH] Updating CHANGELOG --- CHANGELOG.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4a82a19..67c30c98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,15 @@ ## 2.2.0 ??? (unreleased) ### Features -- Now comment owners and project admins can edit existing comments with the history Entry endpoint. -- Add a new permissions to allow add comments instead of use the existent modify permission for this purpose. -- Include created, modified and finished dates for tasks in CSV reports +- Include created, modified and finished dates for tasks in CSV reports. - Add gravatar url to Users API endpoint. +- Comments: + - Now comment owners and project admins can edit existing comments with the history Entry endpoint. + - Add a new permissions to allow add comments instead of use the existent modify permission for this purpose. +- Tags: + - New API endpoints over projects to create, rename, edit, delete and mix tags. + - Tag color assignation is not automatic. + - Select a color (or not) to a tag when add it to stories, issues and tasks. ### Misc - Lots of small and not so small bugfixes.