diff options
author | Kim "BKC" Carlbäcker <kim.carlbacker@gmail.com> | 2017-05-04 17:11:18 +0200 |
---|---|---|
committer | Kim "BKC" Carlbäcker <kim.carlbacker@gmail.com> | 2017-06-10 02:10:25 +0200 |
commit | a5444fb3db35c3f42ee9303f2c230ff38c602160 (patch) | |
tree | da5e5c4925a4f548071e48fcf8789811d003c2cb /CHANGELOG.md | |
parent | 4a3f40460bd5d6e540a72b53056f51cc61738de7 (diff) | |
download | gitea-a5444fb3db35c3f42ee9303f2c230ff38c602160.tar.gz gitea-a5444fb3db35c3f42ee9303f2c230ff38c602160.zip |
Update changelog with v1.1.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ff4b3c01e..ef2c9b32d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,19 @@ * Password reset URL changed from `/user/forget_password` to `/user/forgot_password` * SSH keys management URL changed from `/user/settings/ssh` to `/user/settings/keys` +## [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 |