From 8b0cf88c0c0dbaa99a21979456530392922d0351 Mon Sep 17 00:00:00 2001 From: zeripath Date: Mon, 22 Mar 2021 21:00:51 +0000 Subject: [PATCH] Changelog for v1.14-rc2 (#15115) Signed-off-by: Andrew Thornton --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09f37b2a6..96448d971 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ 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-RC2](https://github.com/go-gitea/gitea/releases/tag/v1.14.0-rc2) - 2021-03-22 + +* SECURITY + * Update to goldmark 1.3.3 (#15059) (#15060) + * Fix another clusterfuzz identified issue (#15096) (#15113) +* BUGFIXES + * Fix the v176 migration (#15110) (#15111) + * Fix double 'push tag' action feed (#15078) (#15083) + * Remove possible resource leak (#15067) (#15082) + * Handle unauthorized user events gracefully (#15071) (#15074) + ## [1.14.0-RC1](https://github.com/go-gitea/gitea/releases/tag/v1.14.0-rc1) - 2021-03-20 * SECURITY