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:
authorSteven Thonus <steven@ln2.nl>2013-10-23 12:34:43 +0400
committerSteven Thonus <steven@ln2.nl>2013-10-23 12:34:43 +0400
commit89f7b65e03382a3e1e541c14227180662b91a929 (patch)
tree89dadc75b7131742694cb903d0f8e2bd9af9a808 /CHANGELOG
parentc2f74de4c04cb6f23f9b8be86df5852b37b0df55 (diff)
fixed maximum avatar size in changelog
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 6dae128b797..efea5e3dd63 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -15,7 +15,7 @@ v 6.2.0
- Extended User API to expose admin and can_create_group for user creation/updating (Boyan Tabakov)
- API: Remove group
- API: Remove project
- - Avatar upload on profile page with a maximum of 200KB (Steven Thonus)
+ - Avatar upload on profile page with a maximum of 100KB (Steven Thonus)
- Store the sessions in Redis instead of the cookie store
- Fixed relative links in markdown
- User must confirm his email if signup enabled