Merge pull request #1944 from appleboy/release/v1.1

[ci skip] add 1.1.2 change log.
This commit is contained in:
Kim "BKC" Carlbäcker 2017-06-12 15:26:43 +02:00 committed by GitHub
commit 1ac8646845

View File

@ -1,5 +1,14 @@
# Changelog
## [1.1.2](https://github.com/go-gitea/gitea/releases/tag/v1.1.2) - 2017-06-13
* BUGFIXES
* Enforce netgo build tag while cross-compilation (Backport of #1690) (#1731)
* fix update avatar
* fix delete user failed on sqlite (#1321)
* fix bug not to trim space of login username (#1806)
* Backport bugfixes #1220 and #1393 to v1.1 (#1758)
## [1.1.1](https://github.com/go-gitea/gitea/releases/tag/v1.1.1) - 2017-05-04
* BUGFIXES