diff options
author | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-08-21 22:37:01 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-21 22:37:01 +0800 |
commit | 7f9a4b757881ec01463d6a97d705cc49b437961f (patch) | |
tree | 57bedffd6af960f903a0fb4ac58f2c5d0deb9f16 | |
parent | e789f829795f13d400dd98577833203cd72c0e42 (diff) |
CHANGELOG: add entry for gogs/git-module#59 (#6257)
-rw-r--r-- | CHANGELOG.md | 1 |
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 |