diff options
author | Stan Hu <stanhu@gmail.com> | 2015-06-05 15:24:05 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2015-06-16 06:11:59 -0700 |
commit | a7932fe2fd63da4864afb01bff859f4e1fbe9576 (patch) | |
tree | cf217e07d0b4f468e0a3378407d7fddc29bd5310 /CHANGELOG | |
parent | 903132bc079970787333347209f6baebdd48800f (diff) | |
download | gitlab-ce-a7932fe2fd63da4864afb01bff859f4e1fbe9576.tar.gz |
Support commenting on a diff in side-by-side view
Closes https://github.com/gitlabhq/gitlabhq/issues/9283
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index e881fa42a20..86de9314d80 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ Please view this file on the master branch, on stable branches it's out of date. v 7.13.0 (unreleased) + - Support commenting on diffs in side-by-side mode (Stan Hu) + - Fix JavaScript error when clicking on the comment button on a diff line that has a comment already (Stan Hu) - Remove project visibility icons from dashboard projects list - Rename "Design" profile settings page to "Preferences". - Allow users to customize their default Dashboard page. |