summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorElliot <ewiltshire@perforce.com>2016-08-11 13:15:46 +0200
committerRémy Coutable <remy@rymai.me>2016-08-11 13:21:59 +0200
commit68cea38e94886e69099a3faa0d1e2fbde2e71899 (patch)
tree417de4d96338cc4eff64607376992326dfabc64e /CHANGELOG
parent3a46eac1ef903c027c244d31369329f45c636914 (diff)
downloadgitlab-ce-68cea38e94886e69099a3faa0d1e2fbde2e71899.tar.gz
Fix front-end for branches that happen to contain urlencoding escape characters (e.g. %)10772-fix-urlencoded-branchname
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3b567d9ec2c..8fb2194f612 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -5,6 +5,7 @@ v 8.11.0 (unreleased)
- Fix rename `add_users_into_project` and `projects_ids`. !20512 (herminiotorres)
- Fix the title of the toggle dropdown button. !5515 (herminiotorres)
- Improve diff performance by eliminating redundant checks for text blobs
+ - Ensure that branch names containing escapable characters (e.g. %20) aren't unescaped indiscriminately. !5770 (ewiltshi)
- Convert switch icon into icon font (ClemMakesApps)
- API: Endpoints for enabling and disabling deploy keys
- Use long options for curl examples in documentation !5703 (winniehell)