summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-09-28 14:59:51 +0000
committerRémy Coutable <remy@rymai.me>2016-09-28 14:59:51 +0000
commit7d79a943529aad64005b7a95bee1b8a32709ec89 (patch)
tree4b529988a49ef63a2ebf636829059294c158045f /CHANGELOG
parent76039e0188bd64ee6c9ce3427b5a4725a3ed8e64 (diff)
parentd238ff2657c8c9a76353367c672e3d592188c42e (diff)
downloadgitlab-ce-7d79a943529aad64005b7a95bee1b8a32709ec89.tar.gz
Merge branch 'dz-improve-mr-versions' into 'master'
Fix duplicate master entries in the mr versions dropdown ## What does this MR do? Fixes bug when "master" was duplicated per each mr version in the dropdown Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/22519, Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/22715 See merge request !6567
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 69b5ee7124e..f92fcff951a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -23,6 +23,7 @@ v 8.12.2 (unreleased)
- Fix an issue with the "Commits" section of the cycle analytics summary. !6513
- Fix errors importing project feature and milestone models using GitLab project import
- Make JWT messages Docker-compatible
+ - Fix duplicate branch entry in the merge request version compare dropdown
v 8.12.1
- Fix a memory leak in HTML::Pipeline::SanitizationFilter::WHITELIST