aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author65432021-04-07 15:23:08 +0200
committerGitHub2021-04-07 14:23:08 +0100
commitef2cb41dc3b55f014f0f03adfc1737c62069ee6f (patch)
tree4cded3ed7b860fd4335c7a1f5f548fbacdf11702
parent9201068ff963908a96920e55f6704b7beb245e43 (diff)
Update Changelog (#15322)v1.13.7
* update * next
-rw-r--r--CHANGELOG.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a082fd648..3fbf6760a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,15 +6,16 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
## [1.13.7](https://github.com/go-gitea/gitea/releases/tag/v1.13.7) - 2021-04-07
+* SECURITY
+ * Update to bluemonday-1.0.6 (#15294) (#15298)
+ * Clusterfuzz found another way (#15160) (#15169)
* API
* Fix wrong user returned in API (#15139) (#15150)
* BUGFIXES
* Add 'fonts' into 'KnownPublicEntries' (#15188) (#15317)
- * Update to bluemonday-1.0.6 (#15294) (#15298)
* Speed up `enry.IsVendor` (#15213) (#15246)
* Response 404 for diff/patch of a commit that not exist (#15221) (#15238)
* Prevent NPE in CommentMustAsDiff if no hunk header (#15199) (#15201)
- * Clusterfuzz found another way (#15160) (#15169)
* MISC
* Add size to Save function (#15264) (#15271)