diff options
author | Douwe Maan <douwe@gitlab.com> | 2016-05-05 15:03:56 +0000 |
---|---|---|
committer | Yorick Peterse <yorickpeterse@gmail.com> | 2016-05-05 19:35:54 +0200 |
commit | 4f9d82a9e3458209137eb66e43f8c3556322211b (patch) | |
tree | 6ac87eeed3c3328fb3eadcad7225c0443a90bad5 /CHANGELOG | |
parent | f3e41f00d54ea22bf3474850a9d1b3e8b1357ddd (diff) | |
download | gitlab-ce-4f9d82a9e3458209137eb66e43f8c3556322211b.tar.gz |
Merge branch 'gh-review-comments' into 'master'
Fix the line code when importing PR review comments from GitHub
Pull Request Review Comments are comments on a portion of the unified diff.
Closes #17205
See merge request !4010
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 18e2d3924a9..3ac67927b99 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -26,6 +26,7 @@ v 8.8.0 (unreleased) v 8.7.3 - Emails, Gitlab::Email::Message, Gitlab::Diff, and Premailer::Adapter::Nokogiri are now instrumented - Merge request widget displays TeamCity build state and code coverage correctly again. + - Fix the line code when importing PR review comments from GitHub. !4010 v 8.7.2 - The "New Branch" button is now loaded asynchronously |