diff options
author | zeripath <art27@cantab.net> | 2021-09-03 18:06:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-04 01:06:40 +0800 |
commit | 7d1d32a436e357b9923745beda5296b51b2db7ca (patch) | |
tree | 726e9296555a2ee7bdc02732823c018b124680f4 /CHANGELOG.md | |
parent | f3b36e2a3947782df8eb41a4049743b7806b0e62 (diff) | |
download | gitea-7d1d32a436e357b9923745beda5296b51b2db7ca.tar.gz gitea-7d1d32a436e357b9923745beda5296b51b2db7ca.zip |
Changelog 1.15.2 (#16940) (#16944)
## [1.15.2](https://github.com/go-gitea/gitea/releases/tag/v1.15.2) - 2021-09-03
* BUGFIXES
* Add unique constraint back into issue_index (#16938)
* Close storage objects before cleaning (#16934) (#16942)
Signed-off-by: Andrew Thornton <art27@cantab.net>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 96b50b62b7..01c388fdd0 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.15.2](https://github.com/go-gitea/gitea/releases/tag/v1.15.2) - 2021-09-03 + +* BUGFIXES + * Add unique constraint back into issue_index (#16938) + * Close storage objects before cleaning (#16934) (#16942) + ## [1.15.1](https://github.com/go-gitea/gitea/releases/tag/v1.15.1) - 2021-09-02 * BUGFIXES |