summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2024-03-26 07:46:08 +0800
committerGitHub <noreply@github.com>2024-03-26 00:46:08 +0100
commitd6b0d0e9c0108f1c6c84a2b14020b2529e5329b2 (patch)
tree4b79997900b08998dc55b05a22e58fab152c9c76 /CHANGELOG.md
parent087aed70969dd122e7292be52115a819c0c3f5fe (diff)
downloadgitea-1.21.10.tar.gz
gitea-1.21.10.zip
Release of 1.21.10 (#30073)v1.21.10
The main reason for this release is to fix a bug #29997
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 36869d5cae..5dd0ffaf51 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.com).
+## [1.21.10](https://github.com/go-gitea/gitea/releases/tag/1.21.10) - 2024-03-25
+
+* BUGFIXES
+ * Fix Add/Remove WIP on pull request title failure (#29999) (#30066)
+ * Fix misuse of `TxContext` (#30061) (#30062)
+ * Respect DEFAULT_ORG_MEMBER_VISIBLE setting when adding creator to org (#30013) (#30035)
+ * Escape paths for find file correctly (#30026) (#30031)
+ * Remove duplicate option in admin screen and now-unused translation keys (#28492) (#30024)
+ * Fix manual merge form and 404 page templates (#30000)
+
## [1.21.9](https://github.com/go-gitea/gitea/releases/tag/1.21.9) - 2024-03-21
* PERFORMANCE