From 957331bf45e33c5d1ca0331ca6acb56fc8ecdb92 Mon Sep 17 00:00:00 2001
From: Robert Speicher <rspeicher@gmail.com>
Date: Mon, 1 Aug 2016 15:14:47 -0700
Subject: [PATCH] Update CHANGELOG for 8.10.3

[ci skip]
---
 CHANGELOG | 16 +++++++++-------
 1 file 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
-- 
GitLab