aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
author6543 <6543@obermui.de>2020-01-02 13:15:30 +0100
committerLauris BH <lauris@nix.lv>2020-01-02 14:15:30 +0200
commit4ab072d9c2f10ecaf0c45913bf09a9d245ea9a98 (patch)
treea7d6bb03fe9d74019c06dd2aa82aacfd94ac856f /CHANGELOG.md
parent5b9283ddfea211ea0129449b6b501703306e5d25 (diff)
downloadgitea-4ab072d9c2f10ecaf0c45913bf09a9d245ea9a98.tar.gz
gitea-4ab072d9c2f10ecaf0c45913bf09a9d245ea9a98.zip
Changelog for 1.10.2 (#9586)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cfefea3a22..c11e75ced2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,26 @@ 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.10.2](https://github.com/go-gitea/gitea/releases/tag/v1.10.2) - 2020-01-02
+* BUGFIXES
+ * Allow only specific Columns to be updated on Issue via API (#9539) (#9580)
+ * Add ErrReactionAlreadyExist error (#9550) (#9564)
+ * Fix bug when migrate from API (#8631) (#9563)
+ * Use default avatar for ghost user (#9536) (#9537)
+ * Fix repository issues pagination bug when there are more than one label filter (#9512) (#9528)
+ * Fix deleted branch not removed when push the branch again (#9516) (#9524)
+ * Fix missing repository status when migrating repository via API (#9511)
+ * Trigger webhook when deleting a branch after merging a PR (#9510)
+ * Fix paging on /repos/{owner}/{repo}/git/trees/{sha} API endpoint (#9482)
+ * Fix NewCommitStatus (#9434) (#9435)
+ * Use OriginalURL instead of CloneAddr in migration logging (#9418) (#9420)
+ * Fix Slack webhook payload title generation to work with Mattermost (#9404)
+ * DefaultBranch needs to be prefixed by BranchPrefix (#9356) (#9359)
+ * Fix issue indexer not triggered when migrating a repository (#9333)
+ * Fix bug that release attachment files not deleted when deleting repository (#9322) (#9329)
+ * Fix migration releases (#9319) (#9326) (#9328)
+ * Fix File Edit: Author/Committer interchanged (#9297) (#9300)
+
## [1.10.1](https://github.com/go-gitea/gitea/releases/tag/v1.10.1) - 2019-12-05
* BUGFIXES
* Fix max length check and limit in multiple repo forms (#9148) (#9204)