diff options
author | Douwe Maan <douwe@gitlab.com> | 2016-02-12 09:32:57 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2016-02-12 09:32:57 +0000 |
commit | 9022070fac7555b9b6bb26e3510b5f9641414ff8 (patch) | |
tree | c3421245854c3fd3af13dc0312f4f3e490b5ee43 /CHANGELOG | |
parent | e45bc034fa4a003b0bc45233e32aedcca4eecea1 (diff) | |
parent | a7567ca15203f63b59a736d5d391054ebc20d73d (diff) | |
download | gitlab-ce-9022070fac7555b9b6bb26e3510b5f9641414ff8.tar.gz |
Merge branch 'olirogers/gitlab-ce-project-milestone-order' into 'master'
Fix milestone order in project and issue edit lists to due_date
_Originally opened at !2579 by @olirogers._
- - -
This MR orders the milestones by due date (earliest first) in the project and edit issue view. These suggestions were made be @orih in #6001 and fixes #6001.
This continues the work of !1934 to order milestones.
I found this annoying when creating milestones, found #6001 but no attached MR. This is my first for this project - comments and criticisms welcome.
See merge request !2780
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index a2293c202eb..ea84cf0fd79 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -57,6 +57,7 @@ v 8.4.4 - Update omniauth-saml gem to 1.4.2 - Prevent long-running backup tasks from timing out the database connection - Add a Project setting to allow guests to view build logs (defaults to true) + - Sort project milestones by due date including issue editor (Oliver Rogers / Orih) v 8.4.3 - Increase lfs_objects size column to 8-byte integer to allow files larger |