diff options
author | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-03-31 05:05:34 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-31 05:05:34 +0800 |
commit | fd7931cd2b406134b482f7566e46b30092036799 (patch) | |
tree | 640a4b9280c986966f4a343b210070ace6b25192 /CHANGELOG.md | |
parent | 72111e698ea95abef06bf915cf850b0e75867a1a (diff) |
Update CHANGELOG (#6049)
* Update CHANGELOG.md
* Update CHANGELOG.md
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 28aad8d1..cbd6f942 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,6 +45,7 @@ All notable changes to Gogs are documented in this file. - [Security] Potential stored XSS attack in some browsers. [#5397](https://github.com/gogs/gogs/issues/5397) - [Security] Potential RCE on mirror repositories. [#5767](https://github.com/gogs/gogs/issues/5767) - [Security] Potential XSS attack with raw markdown API. [#5907](https://github.com/gogs/gogs/pull/5907) +- File both modified and renamed within a commit treated as separate files. [#5056](https://github.com/gogs/gogs/issues/5056) - Open/close milestone redirects to a 404 page. [#5677](https://github.com/gogs/gogs/issues/5677) - Disallow multiple tokens with same name. [#5587](https://github.com/gogs/gogs/issues/5587) [#5820](https://github.com/gogs/gogs/pull/5820) - Enable Federated Avatar Lookup could cause server to crash. [#5848](https://github.com/gogs/gogs/issues/5848) |