summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Olheiser <42128690+jolheiser@users.noreply.github.com>2019-11-13 15:31:27 -0600
committerzeripath <art27@cantab.net>2019-11-13 21:31:27 +0000
commit3227a11f71200c6018b8af584d34fd85261de264 (patch)
tree21c1101e51fa1a36bcc620af64db171310d44e89
parent3497efac4ad74e766da6a6eaaca8dddec409040a (diff)
downloadgitea-3227a11f71200c6018b8af584d34fd85261de264.tar.gz
gitea-3227a11f71200c6018b8af584d34fd85261de264.zip
Backport 1.9.6 (#8969)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a92a61b497..e1f09f8bbd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -289,6 +289,14 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
* wiki - editor - add buttons 'inline code', 'empty checkbox', 'checked checkbox' (#7243)
* Fix Statuses API only shows first 10 statuses: Add paging and extend API GetCommitStatuses (#7141)
+## [1.9.6](https://github.com/go-gitea/gitea/releases/tag/v1.9.6) - 2019-11-13
+* BUGFIXES
+ * Allow to merge if file path contains " or \ (#8629) (#8772)
+ * Fix 500 when edit hook (#8782) (#8790)
+ * Fix issue with user.fullname (#8904)
+ * Update Github Migration Test (#8897) (#8946)
+ * Add Close() method to gogitRepository (#8901) (#8958)
+
## [1.9.5](https://github.com/go-gitea/gitea/releases/tag/v1.9.5) - 2019-10-30
* BREAKING
* Hide some user information via API if user doesn't have enough permission (#8655) (#8658)