aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Olheiser2019-03-27 13:47:14 -0500
committertechknowlogick2019-03-27 14:47:14 -0400
commit197cbd674d432692e0a846d4016e5b8a949487c1 (patch)
tree947a187f1dd3e6fd204bbb3dad5c50e1e6953f5a
parent4a0f7c1eb46176487b191974fb8547b8700985ac (diff)
Changelog 1.7.5 (#6444) (#6448)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
-rw-r--r--CHANGELOG.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ec08619db..17badebf4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -210,7 +210,13 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
* Add missing GET teams endpoints (#5382)
* Migrate database if app.ini found (#5290)
-## [1.7.4](https://github.com/go-gitea/gitea/releases/tag/v1.7.4) - 2019-03-12
+## [1.7.5](https://github.com/go-gitea/gitea/releases/tag/v1.7.5) - 2019-03-27
+* BUGFIXES
+ * Fix unitTypeCode not being used in accessLevelUnit (#6419) (#6423)
+ * Fix bug where manifest.json was being requested without cookies and continuously creating new sessions (#6372) (#6383)
+ * Fix ParsePatch function to work with quoted diff --git strings (#6323) (#6332)
+
+## [1.7.4](https://github.com/go-gitea/gitea/releases/tag/v1.7.4) - 2019-03-12
* SECURITY
* Fix potential XSS vulnerability in repository description. (#6306) (#6308)
* BUGFIXES