From 302268143219288563c1d1e27a7de57f37dd60be Mon Sep 17 00:00:00 2001 From: Lauris BH Date: Fri, 16 Mar 2018 22:11:34 +0200 Subject: [PATCH] Changelog for 1.4.0-rc3 (#3679) --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 306e9a072..a941e6c2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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.4.0-rc3](https://github.com/go-gitea/gitea/releases/tag/v1.4.0-rc3) - 2018-03-16 +* SECURITY + * Refactor and simplify to correctly validate redirect to URL (#3674) (#3676) +* BUGFIXES + * Update markbates/goth library to fix OAuth2 support (#3661) (#3663) + * Fix column removal in MSSQL (#3638) (#3640) + * Fix wiki inter-links with spaces (#3560) (#3632) + ## [1.4.0-rc2](https://github.com/go-gitea/gitea/releases/tag/v1.4.0-rc2) - 2018-03-02 * SECURITY * Fix escaping changed title in comments (#3530) (#3534)