aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
author65432021-03-21 18:58:19 +0100
committerGitHub2021-03-21 13:58:19 -0400
commit98c8513db25be29d1fe201acf3caa4156509fa04 (patch)
treeb24f94cadfcc4e857d6be2a18060e6749dd04fcb /CHANGELOG.md
parent46782d53bc2ad721cc0337417391d89748f37a5d (diff)
Changelog v1.13.5 (#15084) (#15093)
* Changelog v1.13.5 (#15084) * fix unrel. nit
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md23
1 files changed, 22 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ae0e6b4fe..f5308e319 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@ 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.14.0-RC1](https://github.com/go-gitea/gitea/releases/tag/v1.14.0) - 2021-03-19
+## [1.14.0-RC1](https://github.com/go-gitea/gitea/releases/tag/v1.14.0-rc1) - 2021-03-19
* SECURITY
* Respect approved email domain list for externally validated user registration (#15014)
@@ -267,6 +267,27 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
* Reduce make verbosity (#13803)
* Add git command error directory on log (#13194)
+## [1.13.5](https://github.com/go-gitea/gitea/releases/tag/v1.13.5) - 2021-03-21
+
+* SECURITY
+ * Update to goldmark 1.3.3 (#15059) (#15061)
+ * Another clusterfuzz spotted issue (#15032) (#15034)
+* API
+ * Fix set milestone on PR creation (#14981) (#15001)
+ * Prevent panic when editing forked repos by API (#14960) (#14963)
+* BUGFIXES
+ * Fix bug when upload on web (#15042) (#15055)
+ * Delete Labels & IssueLabels on Repo Delete too (#15039) (#15051)
+ * Fix postgres ID sequences broken by recreate-table (#15015) (#15029)
+ * Fix several render issues (#14986) (#15013)
+ * Make sure sibling images get a link too (#14979) (#14995)
+ * Fix Anchor jumping with escaped query components (#14969) (#14977)
+ * Fix release mail html template (#14976)
+ * Fix excluding more than two labels on issues list (#14962) (#14973)
+ * Don't mark each comment poster as OP (#14971) (#14972)
+ * Add "captcha" to list of reserved usernames (#14930)
+ * Re-enable import local paths after reversion from #13610 (#14925) (#14927)
+
## [1.13.4](https://github.com/go-gitea/gitea/releases/tag/v1.13.4) - 2021-03-07
* SECURITY