aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author65432021-04-07 10:12:44 +0200
committerGitHub2021-04-07 11:12:44 +0300
commit9201068ff963908a96920e55f6704b7beb245e43 (patch)
tree820650cd4cd13ab75b82eaf0e51b27ed6d6c0291
parentbfd33088b4f20ef84e882b8304003578e8fc1f5a (diff)
Changelog v1.13.7 (#15319)
-rw-r--r--CHANGELOG.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 64f752eb0..a082fd648 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,20 @@ This changelog goes through all the changes that have been made in each release
without substantial changes to our git log; to see the highlights of what has
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
+
+* 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)
+
## [1.13.6](https://github.com/go-gitea/gitea/releases/tag/v1.13.6) - 2021-03-23
* SECURITY