summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-04-18 15:11:27 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-04-20 12:36:28 -0500
commit75957606720af1e3152dfdfdacfdd262b01e9c1a (patch)
tree0fe0b0fa40fbd99e8d3f8bc12b66f094fe3bb6e8 /CHANGELOG
parent832cdd3d516698d0e6a7257b3d94292819a0436a (diff)
downloadgitlab-ce-75957606720af1e3152dfdfdacfdd262b01e9c1a.tar.gz
Update changelog
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 16bb1d53b2a..6d8a8e35111 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -111,6 +111,11 @@ 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 +/-
+ - Code wraps when viewing diff in parallel view
+ - 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