diff options
author | techknowlogick | 2019-01-15 20:43:07 -0500 |
---|---|---|
committer | GitHub | 2019-01-15 20:43:07 -0500 |
commit | eb0ee6bf584b530f5cfc23838112317560a5d925 (patch) | |
tree | 278bfe310db22b3bbac93202a1e97fa909dc078d | |
parent | 937857e3afe0a4ff7d7446731672a3302252876a (diff) |
Add 1.6.4 changelog (#5739)v1.6.4
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e179c7ad4..6ade619e0 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.6.4](https://github.com/go-gitea/gitea/releases/tag/v1.6.4) - 2019-01-15 +* BUGFIX + * Fix SSH key now can be reused as public key after deleting as deploy key (#5671) (#5685) + * When redirecting clean the path to avoid redirecting to external site (#5669) (#5703) + * Fix to use correct value for "MSpan Structures Obtained" (#5706) (#5715) + ## [1.6.3](https://github.com/go-gitea/gitea/releases/tag/v1.6.3) - 2019-01-04 * SECURITY * Prevent DeleteFilePost doing arbitrary deletion (#5631) |