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:
-rw-r--r--CHANGELOG16
1 files changed, 9 insertions, 7 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 0cff6857c2c..4daf9cd9092 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -46,13 +46,15 @@ v 8.11.0 (unreleased)
- Fix RequestProfiler::Middleware error when code is reloaded in development
- Catch what warden might throw when profiling requests to re-throw it
-v 8.10.3 (unreleased)
- - Fix importer for GitHub Pull Requests when a branch was removed
- - Fix hooks missing on imported GitLab projects
- - Properly abort a merge when merge conflicts occur
- - Ignore invalid IPs in X-Forwarded-For when trusted proxies are configured.
- - Fix Import/Export issue importing milestones and labels not associated properly
- - Trim extra displayed carriage returns in diffs and files with CRLFs
+v 8.10.3
+ - Fix Import/Export issue importing milestones and labels not associated properly. !5426
+ - Fix timing problems running imports on production. !5523
+ - Add a log message when a project is scheduled for destruction for debugging. !5540
+ - Fix hooks missing on imported GitLab projects. !5549
+ - Properly abort a merge when merge conflicts occur. !5569
+ - Fix importer for GitHub Pull Requests when a branch was removed. !5573
+ - Ignore invalid IPs in X-Forwarded-For when trusted proxies are configured. !5584
+ - Trim extra displayed carriage returns in diffs and files with CRLFs. !5588
v 8.10.2
- User can now search branches by name. !5144