summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2016-06-30 11:02:43 +0000
committerYorick Peterse <yorickpeterse@gmail.com>2016-06-30 11:02:43 +0000
commit1a68a0a6f55049b4ad42222b0dc667fe625a7604 (patch)
tree541a0d45943fcfc765192252ab761235e5978ef1 /CHANGELOG
parent2efee5f6410f4e8e40e9b0339393de80f4affdde (diff)
parent1735fdd447e9d589388f7d2ec2e21f9fb3615854 (diff)
downloadgitlab-ce-1a68a0a6f55049b4ad42222b0dc667fe625a7604.tar.gz
Merge branch 'shards' into 'master'
Implement multiple repository mount points See merge request !4578
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ca7c3f29c72..19bd1f0ba31 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,6 +3,8 @@ Please view this file on the master branch, on stable branches it's out of date.
v 8.10.0 (unreleased)
- Fix commit builds API, return all builds for all pipelines for given commit. !4849
- Replace Haml with Hamlit to make view rendering faster. !3666
+ - Refactor repository paths handling to allow multiple git mount points
+ - Add Application Setting to configure default Repository Path for new projects
- Wrap code blocks on Activies and Todos page. !4783 (winniehell)
- Align flash messages with left side of page content !4959 (winniehell)
- Display last commit of deleted branch in push events !4699 (winniehell)