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:
authorDouwe Maan <douwe@gitlab.com>2016-03-13 21:18:15 +0300
committerDouwe Maan <douwe@gitlab.com>2016-03-13 21:18:15 +0300
commitc07ef544d1eac5e6d838e1cd8826dee93ddd365e (patch)
tree77a901a90ee9104f95386bb8838735d91fd8ed40 /CHANGELOG
parent065de4ab791373f7e6b8b5d3b73b5fe7c9e8e7c5 (diff)
parentd3b7633da4a3964eb4609c7591763aa8e43fd0eb (diff)
Merge branch 'upcoming' into 'master'
Implements upcoming filter in milstones ![Imgur](http://i.imgur.com/Oc2LZrF.png) @DouweM @JobV I think this is what you wanted :) Lemme know if it there is something that need changing Had alot of fun doing it! Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/14102 See merge request !3148
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 07b187b31a2..d11f02e6e27 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -36,6 +36,7 @@ v 8.5.5
- Prevent a 500 error in Todos when author was removed
- Fix pagination for filtered dashboard and explore pages
- Fix "Show all" link behavior
+ - Add #upcoming filter to Milestone filter (Tiago Botelho)
v 8.5.4
- Do not cache requests for badges (including builds badge)