diff options
author | Robert Speicher <rspeicher@gmail.com> | 2016-08-01 15:14:47 -0700 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2016-08-01 15:14:47 -0700 |
commit | 957331bf45e33c5d1ca0331ca6acb56fc8ecdb92 (patch) | |
tree | 81ba16c75fc59cbfb96628dc59be849153e5aefb | |
parent | 27bd44a8f4f7593262e37935d3c0a4bb6cfb9bec (diff) | |
download | gitlab-ce-957331bf45e33c5d1ca0331ca6acb56fc8ecdb92.tar.gz |
Update CHANGELOG for 8.10.3
[ci skip]
-rw-r--r-- | CHANGELOG | 16 |
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 |