Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-06-06 18:19:03 +0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-06-06 18:19:03 +0300
commit7c072c76fc05f7db51e7d7ba6cb0fad2850ecf85 (patch)
treed3f538001ca7fcf6a91376754444a756276f432d /CHANGELOG
parentac4e3e8cf016f2c2b3dcf3997673310a5df658a9 (diff)
Fix importer for GitHub comments on diff
Fix comments on diff after LegacyDiffNote was extracted from Note
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index fe9b9bec868..9012f1363b3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -45,6 +45,7 @@ v 8.8.4 (unreleased)
- Fix todos page throwing errors when you have a project pending deletion
- Reduce number of SQL queries when rendering user references
- Upgrade to jQuery 2
+ - Fix importer for GitHub comments on diff
v 8.8.3
- Fix 404 page when viewing TODOs that contain milestones or labels in different projects. !4312