summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Mahn2022-01-14 13:48:42 -0500
committerGitHub2022-01-14 18:48:42 +0000
commita6f9ebfeb90b06240a94ea3fdd5dd4262fb63b84 (patch)
tree1b97dfa81b3ce55ba947ea71e2e7ec508bf50d21
parent14de28b876a74be3bb13d097803eb621a878ecdb (diff)
Changelog for 1.15.10 (#18274)v1.15.10
[1.15.10](https://github.com/go-gitea/gitea/releases/tag/v1.15.10) - 2022-01-14 * BUGFIXES * Fix inconsistent PR comment counts (#18260) (#18261) * Fix release link broken (#18252) (#18253) * Fix update user from site administration page bug (#18250) (#18251) * Set HeadCommit when creating tags (#18116) (#18173) * Use correct translation key for error messages due to max repo limits (#18135 & #18153) (#18152) * Fix purple color in suggested label colors (#18241) (#18242) * SECURITY * Bump mermaid from 8.10.1 to 8.13.8 (#18198) (#18206)
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e4d134145..7696e0d71 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,18 @@ 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.10](https://github.com/go-gitea/gitea/releases/tag/v1.15.10) - 2022-01-14
+
+* BUGFIXES
+ * Fix inconsistent PR comment counts (#18260) (#18261)
+ * Fix release link broken (#18252) (#18253)
+ * Fix update user from site administration page bug (#18250) (#18251)
+ * Set HeadCommit when creating tags (#18116) (#18173)
+ * Use correct translation key for error messages due to max repo limits (#18135 & #18153) (#18152)
+ * Fix purple color in suggested label colors (#18241) (#18242)
+* SECURITY
+ * Bump mermaid from 8.10.1 to 8.13.8 (#18198) (#18206)
+
## [1.15.9](https://github.com/go-gitea/gitea/releases/tag/v1.15.9) - 2021-12-30
* BUGFIXES