summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorFelipe Artur <felipefac@gmail.com>2016-05-27 16:53:20 -0300
committerFelipe Artur <felipefac@gmail.com>2016-05-31 10:35:57 -0300
commit30e61ed79c89de4c31a4d2057f710ad2b0704389 (patch)
treef4941eda8679c0e82bea0a4b0ee05f191d93696b /CHANGELOG
parentf9bb9151b595fdc1afc1742bb51c816965908f53 (diff)
downloadgitlab-ce-30e61ed79c89de4c31a4d2057f710ad2b0704389.tar.gz
Fix error 500 when sorting issues by milestone due date and filtering by labels
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a0194a1ba25..a885e44f38b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -10,6 +10,7 @@ v 8.9.0 (unreleased)
- Changed the Slack build message to use the singular duration if necessary (Aran Koning)
- Fix issues filter when ordering by milestone
- Todos will display target state if issuable target is 'Closed' or 'Merged'
+ - Fix bug when sorting issues by milestone due date and filtering by two or more labels
- Remove 'main language' feature
- Measure queue duration between gitlab-workhorse and Rails