summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2016-03-19 12:30:00 -0700
committerStan Hu <stanhu@gmail.com>2016-03-19 22:47:27 -0700
commit68fa4de6e39dfa036bb74eeb01fa569c716aacdf (patch)
treeabe48e163c3f6dfe6d199410617ec71b38a0a82e /CHANGELOG
parent01fe50a72513a88f2168c8c0a649661b1382a42b (diff)
downloadgitlab-ce-68fa4de6e39dfa036bb74eeb01fa569c716aacdf.tar.gz
Make HTTP(s) label consistent on clone bar
Sites that use http:// for the external_url should always display HTTP on the clone bar. Similarly, sites that use https:// should show HTTPS.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index d3171da81c3..47450b6b4f6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,7 @@ Please view this file on the master branch, on stable branches it's out of date.
v 8.6.0 (unreleased)
- Fix bug where wrong commit ID was being used in a merge request diff to show old image (Stan Hu)
+ - Make HTTP(s) label consistent on clone bar (Stan Hu)
- Add confidential issues
- Bump gitlab_git to 9.0.3 (Stan Hu)
- Support Golang subpackage fetching (Stan Hu)