diff options
author | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-02-19 17:45:40 +0800 |
---|---|---|
committer | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-02-19 17:45:40 +0800 |
commit | b74ecd8a75fc030e818f426ef722a54ca63f45c6 (patch) | |
tree | 0e17f2f492246b7323aec1764c898448539c953c | |
parent | bcc1ec65f9a2d07909a0cdb74f4e3bf32517794e (diff) |
CHANGELOG: add missing entry for ea75f01ba2
[CI SKIP]
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 746173cc..270e6c6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ All notable changes to Gogs are documented in this file. ### Changed - 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. ### Fixed |