aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLauris BH2018-03-16 22:11:34 +0200
committerGitHub2018-03-16 22:11:34 +0200
commit302268143219288563c1d1e27a7de57f37dd60be (patch)
tree3fb3b493ec04d5e8d8f66a973f3ace35b9933591
parentc0e0fb7d39048e20e9814f23716dd8a43ec649e1 (diff)
Changelog for 1.4.0-rc3 (#3679)v1.4.0-rc3
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
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)