summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Olheiser <42128690+jolheiser@users.noreply.github.com>2019-03-27 14:16:25 -0500
committertechknowlogick <matti@mdranta.net>2019-03-27 15:16:25 -0400
commit73ce02400cec659bd7a7ee3798ff73a4c7c85957 (patch)
tree696c6f0129a7b6ef2231981af7bc9dbd8586adbb
parent197cbd674d432692e0a846d4016e5b8a949487c1 (diff)
downloadgitea-73ce02400cec659bd7a7ee3798ff73a4c7c85957.tar.gz
gitea-73ce02400cec659bd7a7ee3798ff73a4c7c85957.zip
Changelog 1.8.0 rc2 (#6451)v1.8.0-rc2
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 17badebf49..3d8249befc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,18 @@ 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.8.0-rc2](https://github.com/go-gitea/gitea/releases/tag/v1.8.0-rc2) - 2019-03-27
+* BUGFIXES
+ * Disable benchmarking during tag events on DroneIO (#6365) (#6366)
+ * Make sure units of a team are returned (#6379) (#6381)
+ * Don't Unescape redirect_to cookie value (#6399) (#6401)
+ * Fix dump table name error and add some test for dump database (#6394) (#6402)
+ * Fix migration v82 to ignore unsynced tags between database and git data; Add missing is_archived column on repository table (#6387) (#6403)
+ * Display correct error for invalid mirror interval (#6414) (#6429)
+ * Clean up ref name rules (#6437) (#6439)
+ * Fix Hook & HookList in Swagger (#6432) (#6440)
+ * Change order that PostProcess Processors are run (#6445) (#6447)
+
## [1.8.0-rc1](https://github.com/go-gitea/gitea/releases/tag/v1.8.0-rc1) - 2019-03-18
* BREAKING
* Add "ghost" and "notifications" to list of reserved user names. (#6208)