aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortechknowlogick2018-12-09 08:06:16 -0500
committerLunny Xiao2018-12-09 21:06:16 +0800
commitad9f9cdc303c2fa8e6cc8fc257a7c94d447b8be5 (patch)
tree4819ff342d25ec676d68b0aad867b693bf7930c8
parent8237fd4a2d42b7fe39a74293fc43e59fa7d63995 (diff)
Add 1.6.1 changelog (#5500)v1.6.1
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1f1d44485..40d022ea5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,16 @@ 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.6.1](https://github.com/go-gitea/gitea/releases/tag/v1.6.1) - 2018-12-08
+* BUGFIXES
+ * Fix dependent issue searching when gitea is run in subpath (#5392) (#5400)
+ * API: '/orgs/:org/repos': return private repos with read access (#5393)
+ * Fix repository deletion when there is large number of issues in it (#5426) (#5434)
+ * Word-break the WebHook url to prevent a ui-break (#5445)
+ * Admin should be able to delete repos via the API even if they are not a member of the organization (#5443) (#5447)
+ * Ensure that the `closed_at` is set for closed (#5450)
+ * Fix topic name length on database (#5493) (#5495)
+
## [1.6.0](https://github.com/go-gitea/gitea/releases/tag/v1.6.0) - 2018-11-22
* BREAKING
* Respect email privacy option in user search via API (#4512)