summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-07-07 15:49:16 +0200
committerJames Lopez <james@jameslopez.es>2016-07-07 15:49:16 +0200
commitcf46a88b8da55e015fa3af09f956880a3787bf50 (patch)
tree5583465298bf6e53d4dc1348d126f4f179d4db4c
parentdad8fc242c646161b353b5f65ab830ea689ff99e (diff)
downloadgitlab-ce-fix/import-controller-error.tar.gz
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index bc9bb7747a4..937aefefd99 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -48,6 +48,7 @@ v 8.10.0 (unreleased)
- Allow '?', or '&' for label names
- Fix importer for GitHub Pull Requests when a branch was reused across Pull Requests
- Add date when user joined the team on the member page
+ - Fix 404 redirect after validation fails importing a GitLab project
v 8.9.5
- Add more debug info to import/export and memory killer. !5108