diff options
author | Jonas Franz <info@jonasfranz.software> | 2019-01-04 18:44:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-04 18:44:26 +0100 |
commit | 9e901039e7815ee5b8a9063265125bd34f169cdf (patch) | |
tree | 402f670ed54244f04d1562ff5a351f2a6f79d8c9 /CHANGELOG.md | |
parent | 405414d14e4d5fcae27b6afbfbb7fb9710326ecb (diff) | |
download | gitea-9e901039e7815ee5b8a9063265125bd34f169cdf.tar.gz gitea-9e901039e7815ee5b8a9063265125bd34f169cdf.zip |
Add changelog for 1.6.3 and 1.7.0-rc2 (#5636)
* Add changelog for 1.6.3 and 1.7.0-rc2
Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Add missing point for 1.6.3
Signed-off-by: Jonas Franz <info@jonasfranz.software>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 614ed9829d..5278670a04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ 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.0-rc2](https://github.com/go-gitea/gitea/releases/tag/v1.7.0-rc2) - 2019-01-04 +* SECURITY + * Prevent DeleteFilePost doing arbitrary deletion (#5631) + +## [1.6.3](https://github.com/go-gitea/gitea/releases/tag/v1.6.3) - 2019-01-04 +* SECURITY + * Prevent DeleteFilePost doing arbitrary deletion (#5631) +* BUGFIX + * Fix wrong text getting saved on editing second comment on an issue (#5608) + ## [1.7.0-rc1](https://github.com/go-gitea/gitea/releases/tag/v1.7.0) - 2019-01-02 * BREAKING * Restrict permission check on repositories and fix some problems (#5314) |