aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorᴜɴᴋɴᴡᴏɴ <u@gogs.io>2020-08-17 21:09:22 +0800
committerGitHub <noreply@github.com>2020-08-17 21:09:22 +0800
commitf3993b9cdb250c958c88cdfe1dfaf3de9cbad0dc (patch)
treeddac2c10e4644c871797c87cee4480d68580bf54 /CHANGELOG.md
parenta961afe52bf94f71e917e05e366a4b71834a2e84 (diff)
organization: limit showing at most 12 members in profile page (#6254)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2a7ce2b7..183c1f7c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,7 @@ All notable changes to Gogs are documented in this file.
### Changed
+- The organization profile page has changed to display at most 12 members. [#5506](https://github.com/gogs/gogs/issues/5506)
- The required Go version to compile source code changed to 1.14.
- All assets are now embedded into binary and served from memory by default. Set `[server] LOAD_ASSETS_FROM_DISK = true` to load them from disk. [#5920](https://github.com/gogs/gogs/pull/5920)
- Application and Go versions are removed from page footer and only show in the admin dashboard.