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-08-30 21:01:41 +0300
committerRuben Davila <rdavila84@gmail.com>2016-08-31 20:11:33 +0300
commitdc9ef2926fec81ad9c7873f5b10422ecdba5aedc (patch)
tree0449318bdd23f3b2d0e87259b9d2646fd13f9e3b /CHANGELOG
parenta4ab9759ea614d9807ccf3476ca958f72b4db3c1 (diff)
Merge branch 'fix-issue-boards-leak-private-labels-names-descriptions' into 'master'
Fix issue boards leak private labels names descriptions Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/21167 /cc @stanhu See merge request !1989
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 2d1999315c1..ba580b3a05e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -16,6 +16,13 @@ v 8.11.4
- Fix issue boards leak private label names and descriptions
v 8.11.3
+
+v 8.11.4 (unreleased)
+ - Fix issue boards leak private label names and descriptions
+
+v 8.11.3 (unreleased)
+ - Allow system info page to handle case where info is unavailable
+ - Label list shows all issues (opened or closed) with that label
- Don't show resolve conflicts link before MR status is updated
- Fix IE11 fork button bug !5982
- Don't prevent viewing the MR when git refs for conflicts can't be found on disk