aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLauris BH2021-03-20 15:29:01 +0200
committerGitHub2021-03-20 21:29:01 +0800
commited60fe0986c8c642510057583177706b79d30e26 (patch)
tree38580fad8b7c9a1acf59c9197a1a9d8208ee8cf6
parent29e0d627902be3b008324efba0a729df0d9e4c3f (diff)
Update release date (#15065)v1.14.0-rc1
* Update release date * Remove unneeded entry
-rw-r--r--CHANGELOG.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ae0e6b4fe..09f37b2a6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,13 +4,12 @@ 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-20
* SECURITY
* Respect approved email domain list for externally validated user registration (#15014)
* Add reverse proxy configuration support for remote IP address detection (#14959)
* Ensure validation occurs on clone addresses too (#14994)
- * Fix several render issues highlighted during fuzzing (#14986)
* BREAKING
* Restore Access.log following migration to Chi framework (Stops access logging of /api/internal routes) (#14475)
* Migrate from Macaron to Chi framework (#14293)