aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeripath2021-09-03 12:50:32 +0100
committerGitHub2021-09-03 12:50:32 +0100
commit67ceb61fe30d99a60fc61136f29cf10c4bf3e939 (patch)
treecd4915f85232719c56d6d4abbb5087d792a230db
parent5cb5101720838bced7c752ee11148614a6afe498 (diff)
Changelog 1.15.2 (#16940)v1.15.2
## [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>
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7cb5aa73c..4284e6206 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