diff options
author | zeripath | 2020-02-16 23:22:39 +0000 |
---|---|---|
committer | GitHub | 2020-02-17 01:22:39 +0200 |
commit | ff24f81a0502d81373d4e8604079b77b058232ab (patch) | |
tree | 6a6c59141b4621339b1c95b51dc9bf130feafa55 | |
parent | e3cb4f9d0ee25e7bdfd7cc9e6bbe29c6865fce6b (diff) |
Create Changelog for v1.11.1 release (#10286)v1.11.1
* Create Changelog
* Update CHANGELOG.md
Co-Authored-By: techknowlogick <matti@mdranta.net>
* Include
Co-authored-by: techknowlogick <matti@mdranta.net>
Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
-rw-r--r-- | CHANGELOG.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6833bad34..1259ec410 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ 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.11.1](https://github.com/go-gitea/gitea/releases/tag/v1.11.1) - 2020-02-15 + +* BUGFIXES + * Repo name added to automatically generated commit message when merging (#9997) (#10285) + * Fix Workerpool deadlock (#10283) (#10284) + * Divide GetIssueStats query in smaller chunks (#10176) (#10282) + * Fix reply on code review (#10257) + * Stop hanging issue indexer initialisation from preventing shutdown (#10243) (#10249) + * Fix filter label emoji width (#10241) (#10244) + * Fix issue sidebar menus having an infinite height (#10239) (#10240) + * Fix commit between two commits calculation if there is only last commit (#10225) (#10226) + * Only check for conflicts/merging if the PR has not been merged in the interim (#10132) (#10206) + * Blacklist manifest.json & milestones user (#10292) (#10293) + ## [1.11.0](https://github.com/go-gitea/gitea/releases/tag/v1.11.0) - 2020-02-10 * BREAKING * Fix followers and following tabs in profile (#10202) (#10203) |