aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorᴜɴᴋɴᴡᴏɴ <u@gogs.io>2020-08-21 22:37:01 +0800
committerGitHub <noreply@github.com>2020-08-21 22:37:01 +0800
commit7f9a4b757881ec01463d6a97d705cc49b437961f (patch)
tree57bedffd6af960f903a0fb4ac58f2c5d0deb9f16
parente789f829795f13d400dd98577833203cd72c0e42 (diff)
CHANGELOG: add entry for gogs/git-module#59 (#6257)
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 183c1f7c..edf31514 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -59,6 +59,7 @@ All notable changes to Gogs are documented in this file.
- Fall back to use RFC 3339 as time layout when misconfigured. [#6098](https://github.com/gogs/gogs/issues/6098)
- Unable to update team with server error. [#6185](https://github.com/gogs/gogs/issues/6185)
- Webhooks are not fired after push when `[service] REQUIRE_SIGNIN_VIEW = true`.
+- Files with identical content are randomly displayed one of them.
### Removed