summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Olheiser2019-11-13 14:49:02 -0600
committerzeripath2019-11-13 20:49:02 +0000
commit2f73fff053527b9ab66d74063868846ae8eec5c7 (patch)
tree7a7ea1db0ee108d8772439dbd19e8738924c7613
parentfb5af37b3e1a29eff15281d76cada6ab3fb04974 (diff)
Changelog for 1.9.6 (#8967)v1.9.6
* Changelog for 1.9.6 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 361a420d6..7896c84d9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,14 @@ 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.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)