summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2016-04-20 18:53:42 +0000
committerJacob Schatz <jschatz@gitlab.com>2016-04-20 18:53:42 +0000
commit9b007d869b435f1e59c9a66548de1dc9567a30c3 (patch)
tree60aedc430c67d74ce01cc54c5f74f6b1609a9110
parent56495fd12a5b413bea9ba07c18cdf284cb4d5115 (diff)
parent947b0b9295861e17603d47632031642e26e57ca8 (diff)
downloadgitlab-ce-9b007d869b435f1e59c9a66548de1dc9567a30c3.tar.gz
Merge branch 'changelog-updates' into 'master'
Update changelog See merge request !3801
-rw-r--r--CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 16bb1d53b2a..9cfa04b1e63 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -111,6 +111,10 @@ v 8.6.7 (unreleased)
- Fix persistent XSS vulnerability in `commit_person_link` helper
- Fix persistent XSS vulnerability in Label and Milestone dropdowns
- Fix vulnerability that made it possible to enumerate private projects belonging to group
+ - Add support to cherry-pick any commit into any branch in the web interface (Minqi Pan)
+ - Diff design updates (colors, button styles, etc)
+ - Copying and pasting a diff no longer pastes the line numbers or +/-
+ - Add null check to formData when updating profile content to fix Firefox bug
v 8.6.6
- Expire the exists cache before deletion to ensure project dir actually exists (Stan Hu). !3413