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:
authorZeger-Jan van de Weg <zegerjan@gitlab.com>2016-03-12 15:11:30 +0300
committerZeger-Jan van de Weg <zegerjan@gitlab.com>2016-03-15 23:09:25 +0300
commit8077a5f9589e365f58f22015819bff7debcd7299 (patch)
tree29ae91d16fdce68d9ae1004cfcd6eb088e72e324 /CHANGELOG
parenta09323c9f5df69a60d00278dec64775821751711 (diff)
Clearify who deletes the user
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ee9d3cebf49..fd7c7e7bc97 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -39,6 +39,7 @@ v 8.6.0 (unreleased)
- Add ability to show archived projects on dashboard, explore and group pages
- Move group activity to separate page
- Continue parameters are checked to ensure redirection goes to the same instance
+ - User deletion is now done in the background so the request can not time out
v 8.5.6
- Obtain a lease before querying LDAP
@@ -60,7 +61,6 @@ v 8.5.3
- Show commit message in JIRA mention comment
- Makes issue page and merge request page usable on mobile browsers.
- Improved UI for profile settings
- - User deletion is now done in the background so the request can not time out
v 8.5.2
- Fix sidebar overlapping content when screen width was below 1200px