diff options
author | Kim "BKC" Carlbäcker | 2017-05-04 17:11:18 +0200 |
---|---|---|
committer | Kim "BKC" Carlbäcker | 2017-05-04 18:29:26 +0200 |
commit | f9859a29913a4fddbdd9f67febef3553ddf8c98b (patch) | |
tree | e151cd1c08e4cd395dc59c282142ab676841b107 | |
parent | 473df5353373215002aa41c1da88ffc9e7857a09 (diff) |
Update changelog with v1.1.1v1.1.1
-rw-r--r-- | CHANGELOG.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fd5315b6d..f6fab1af9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.1.1](https://github.com/go-gitea/gitea/releases/tag/v1.1.1) - 2017-05-04 + +* BUGFIXES + * Markdown Sanitation Fix [#1646](https://github.com/go-gitea/gitea/pull/1646) + * Fix broken hooks [#1376](https://github.com/go-gitea/gitea/pull/1376) + * Fix migration issue [#1375](https://github.com/go-gitea/gitea/pull/1375) + * Fix Wiki Issues [#1338](https://github.com/go-gitea/gitea/pull/1338) + * Forgotten migration for wiki githooks [#1237](https://github.com/go-gitea/gitea/pull/1237) + * Commit messages can contain pipes [#1218](https://github.com/go-gitea/gitea/pull/1218) + * Verify external tracker URLs [#1236](https://github.com/go-gitea/gitea/pull/1236) + * Allow upgrade after downgrade [#1197](https://github.com/go-gitea/gitea/pull/1197) + * 500 on delete repo with issue [#1195](https://github.com/go-gitea/gitea/pull/1195) + * INI compat with CrowdIn [#1192](https://github.com/go-gitea/gitea/pull/1192) + ## [1.1.0](https://github.com/go-gitea/gitea/releases/tag/v1.1.0) - 2017-03-09 * BREAKING |