Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2016-10-04 12:45:04 +0300
committerRobert Speicher <robert@gitlab.com>2016-10-04 12:45:04 +0300
commit006cd7f7b29fbe8f566ff72afb9236e90502d8ca (patch)
tree790fd990923f77750cd66c7001b9ff944591f404 /CHANGELOG
parent66613f1ac9e277da9b68ff6ddbd0fb7eca3507bf (diff)
parentf917bf80e81b433f5bbf06ea90bc3d3d0b880bc7 (diff)
Merge branch 'todo-issue-due-date' into 'master'
Todo issue due date ## What does this MR do? Adds the text 'Due today' or 'Due [DATE]' next to issues in todos. This does not add anyway to filter by due date - little steps. ## What are the relevant issue numbers? #18218 See merge request !6351
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index bfc312ca19c..395ee8d3980 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -146,6 +146,7 @@ v 8.12.0
- Increase ci_builds artifacts_size column to 8-byte integer to allow larger files
- Add textarea autoresize after comment (ClemMakesApps)
- Do not write SSH public key 'comments' to authorized_keys !6381
+ - Add due date to issue todos
- Refresh todos count cache when an Issue/MR is deleted
- Fix branches page dropdown sort alignment (ClemMakesApps)
- Hides merge request button on branches page is user doesn't have permissions