summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-07-18 12:36:44 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2016-07-19 12:23:41 +0200
commit2532ec9edcf9a961c2020c7180c24ec44a8b8308 (patch)
tree7bb62d7d9d04db1264a0fcb4c1e34f024759a50a /CHANGELOG
parentcd546a784434a8d1a872bc37e5a0c252b030f73c (diff)
downloadgitlab-ce-2532ec9edcf9a961c2020c7180c24ec44a8b8308.tar.gz
Allow to pull code with deploy key from public projectsallow-deploy-key-to-download-public-projects
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 0192c593288..70d5155c8e1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -24,6 +24,7 @@ v 8.10.0 (unreleased)
- Escape file extension when parsing search results !5141 (winniehell)
- Apply the trusted_proxies config to the rack request object for use with rack_attack
- Upgrade to Rails 4.2.7. !5236
+ - Allow to pull code with deploy key from public projects
- Add Sidekiq queue duration to transaction metrics.
- Add a new column `artifacts_size` to table `ci_builds` !4964
- Let Workhorse serve format-patch diffs