summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-05-12 09:11:45 +0000
committerDouwe Maan <douwe@gitlab.com>2015-05-12 09:11:45 +0000
commit8e4dcbb8fb4823a464dfdd8b62075df124ca5bc6 (patch)
treeb5320e253cb75300c0e635233a26be2e33c61a2c /CHANGELOG
parentf84e78f3d750776793371940803b7ff781050f09 (diff)
parente27bc577af8d9e8f3bbf4d41c8d7835c417bfb51 (diff)
downloadgitlab-ce-8e4dcbb8fb4823a464dfdd8b62075df124ca5bc6.tar.gz
Merge branch 'fix-tags-view-with-submodules' into 'master'
Bump gitlab_git to 7.1.11 to fix bug with viewing a tag on a project with submodules This is a reminder MR to bump gitlab_git before the release. Tests will fail until this happens. Closes https://github.com/gitlabhq/gitlabhq/issues/8411 See merge request !607
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8a98da1a524..54c42d30dce 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,6 +4,7 @@ v 7.11.0 (unreleased)
- Don't show duplicate deploy keys
- Fix commit time being displayed in the wrong timezone in some cases (Hannes Rosenögger)
- Make the first branch pushed to an empty repository the default HEAD (Stan Hu)
+ - Fix broken view when using a tag to display a tree that contains git submodules (Stan Hu)
- Make Reply-To config apply to change e-mail confirmation and other Devise notifications (Stan Hu)
- Add application setting to restrict user signups to e-mail domains (Stan Hu)
- Don't allow a merge request to be merged when its title starts with "WIP".