diff options
author | James Lopez <james@jameslopez.es> | 2016-05-27 17:20:15 +0200 |
---|---|---|
committer | James Lopez <james@jameslopez.es> | 2016-05-27 17:20:15 +0200 |
commit | e60d5f91884cad68690282dd97b492d665f41b81 (patch) | |
tree | 061104e68712957dff89947c023022d2bcce9b97 /CHANGELOG | |
parent | d59f0d90e4eb2feff510cd7fb344e46b0286a1df (diff) | |
download | gitlab-ce-e60d5f91884cad68690282dd97b492d665f41b81.tar.gz |
fix rescue block on migration
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index ed454903a8d..c10051d89a2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -15,6 +15,7 @@ v 8.9.0 (unreleased) v 8.8.3 - Fix gitlab importer failing to import new projects due to missing credentials + - Fix import URL migration not rescuing with the correct Error v 8.8.2 - Added remove due date button. !4209 |