summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-04-19 13:49:21 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-04-20 12:36:28 -0500
commit2869a87bfc9cf8d1930b4ea47b376a42503a2743 (patch)
treec258bf93da845caac4b31d32e4f9dbe83bc5d5fc /CHANGELOG
parent75957606720af1e3152dfdfdacfdd262b01e9c1a (diff)
downloadgitlab-ce-2869a87bfc9cf8d1930b4ea47b376a42503a2743.tar.gz
Add diff scroll to changelog
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 6d8a8e35111..3c235378873 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -116,6 +116,7 @@ v 8.6.7 (unreleased)
- 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
+ - Diff code scrolls horizontally while viewing inline
v 8.6.6
- Expire the exists cache before deletion to ensure project dir actually exists (Stan Hu). !3413