aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLauris BH2019-02-15 10:19:51 +0200
committerGitHub2019-02-15 10:19:51 +0200
commit3b612ce42e48ec4fecd89eebcf9f73ac61927b25 (patch)
tree329cf78afd518edcc0a9d53e5b0950f09be40de5
parent1d8e56e6bbf36fcef2f2c4774881057e015767c8 (diff)
Changelog for release v1.7.2 (#6084)v1.7.2
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 16b2d095e..8cfa2f11d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,7 +17,8 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
* Fix metrics auth token detection (#6006) (#6017)
* Create repository on organisation by default on its dashboard (#6026) (#6048)
* Make sure labels are actually returned in API (#6053) (#6059)
- * Switch to more recent build of xgo (#6070) (#6072)
+ * Switch to more recent build of xgo (#6070) (#6072)
+ * In basic auth check for tokens before call UserSignIn (#5725) (#6083)
## [1.7.1](https://github.com/go-gitea/gitea/releases/tag/v1.7.1) - 2019-01-31
* SECURITY