diff options
author | John Olheiser | 2019-03-27 10:40:39 -0500 |
---|---|---|
committer | techknowlogick | 2019-03-27 11:40:39 -0400 |
commit | 84a5b81d2745efba9cca23f8c2ca05441d8b436a (patch) | |
tree | 9aa8784de96f78dfc31e77e1a6e18200c86b698d | |
parent | 84f41d9d929c03bf43b68e24ab852897695c5206 (diff) |
Changelog 1.7.5 (#6444)v1.7.5
Signed-off-by: jolheiser <john.olheiser@gmail.com>
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index dda6eb4aa..fc76c9d0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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.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) |