diff options
author | Patricio Cano <suprnova32@gmail.com> | 2016-06-29 14:30:27 -0500 |
---|---|---|
committer | Patricio Cano <suprnova32@gmail.com> | 2016-07-05 16:54:22 -0500 |
commit | fbaabb3911c6fec25edc25bfffad94ae2a7c0e28 (patch) | |
tree | f8ec3e24dbff92c06e651e47a48c4ed47c277897 /CHANGELOG | |
parent | 120a1189bfa8b2afa7a8274c5617808f88f36101 (diff) | |
download | gitlab-ce-fbaabb3911c6fec25edc25bfffad94ae2a7c0e28.tar.gz |
Rename `enabled_git_access_protocols` to singular.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG index 62cfc81cc0b..11dd510d802 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -23,6 +23,8 @@ v 8.10.0 (unreleased) - Add notification settings dropdown for groups - Allow importing from Github using Personal Access Tokens. (Eric K Idema) - API: Todos !3188 (Robert Schilling) + - Add "Enabled Git access protocols" to Application Settings + - Implement Subresource Integrity for CSS and JavaScript assets. This prevents malicious assets from loading in the case of a CDN compromise. - Fix user creation with stronger minimum password requirements !4054 (nathan-pmt) - PipelinesFinder uses git cache data - Check for conflicts with existing Project's wiki path when creating a new project. @@ -176,7 +178,6 @@ v 8.9.0 - Fix horizontal scrollbar for long commit message. - GitLab Performance Monitoring now tracks the total method execution time and call count per method - Add Environments and Deployments - - Add "Enabled Git access protocols" to Application Settings - Redesign account and email confirmation emails - Don't fail builds for projects that are deleted - Support Docker Registry manifest v1 |