summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorJason Aquino <gitlabjason@mindtester.com>2016-09-15 12:12:15 -0400
committerJason Aquino <gitlabjason@mindtester.com>2016-09-16 06:49:17 -0400
commit1c353e497efa73b18e57c6ebf6c36e146b1a8c6f (patch)
tree6e446c573688f82b27b59b76e44de5b34e00eeb3 /CHANGELOG
parent065341bf04958b862db9cc2891c7822a3da7f7f8 (diff)
downloadgitlab-ce-1c353e497efa73b18e57c6ebf6c36e146b1a8c6f.tar.gz
fixed incorrect reference to @repository.root_ref in _readme.html.haml. #22083
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b6a2aa1fe95..8e06b23a3e4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -143,6 +143,7 @@ v 8.12.0 (unreleased)
- Fix Gitlab::Popen.popen thread-safety issue
- Add specs to removing project (Katarzyna Kobierska Ula Budziszewska)
- Clean environment variables when running git hooks
+ - Fix non-master branch readme display in tree view
v 8.11.6
- Fix unnecessary horizontal scroll area in pipeline visualizations. !6005