Commit 4ab27017e51cd48cf9f733a6dde2056b7da45d52
Exists in
master
and in
4 other branches
Merge pull request #5416 from Popl7/fix_max_size_avatar_upload_readme
fixed maximum avatar size in changelog
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
CHANGELOG
... | ... | @@ -15,7 +15,7 @@ v 6.2.0 |
15 | 15 | - Extended User API to expose admin and can_create_group for user creation/updating (Boyan Tabakov) |
16 | 16 | - API: Remove group |
17 | 17 | - API: Remove project |
18 | - - Avatar upload on profile page with a maximum of 200KB (Steven Thonus) | |
18 | + - Avatar upload on profile page with a maximum of 100KB (Steven Thonus) | |
19 | 19 | - Store the sessions in Redis instead of the cookie store |
20 | 20 | - Fixed relative links in markdown |
21 | 21 | - User must confirm his email if signup enabled | ... | ... |