소스 검색

CHANGELOG: add missing entry for ea75f01ba2

[CI SKIP]
ᴜɴᴋɴᴡᴏɴ 5 년 전
부모
커밋
b74ecd8a75
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      CHANGELOG.md

+ 1 - 0
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