From c9a5309fd6f12f6d819aed8a52ca6f86cbff8ed5 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Fri, 24 Oct 2025 10:57:27 -0700 Subject: [PATCH 1/2] change log for 1.24.7 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12d98da14fab8..5c19bcca9b82c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ This changelog goes through 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.24.7](https://github.com/go-gitea/gitea/releases/tag/1.24.7) - 2025-10-24 + +* SECURITY + * Refactor legacy code (#35708) (#35713) + * Fixing issue #35530: Password Leak in Log Messages (#35584) (#35665) + +* BUGFIXES + * Fix a bug missed return (#35655) (#35671) + * Fix inputing review comment will remove reviewer (#35591) (#35664) +* TESTING + * Mock external service in hcaptcha TestCaptcha (#35604) (#35663) + * Fix build (#35669) + ## [1.24.6](https://github.com/go-gitea/gitea/releases/tag/1.24.6) - 2025-09-10 * SECURITY From b1a85c86e2b538c35df8069462157475753f8c92 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Fri, 24 Oct 2025 11:16:30 -0700 Subject: [PATCH 2/2] adjustment --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c19bcca9b82c..09d78c94f0935 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,8 @@ been added to each release, please refer to the [blog](https://blog.gitea.com). * SECURITY * Refactor legacy code (#35708) (#35713) * Fixing issue #35530: Password Leak in Log Messages (#35584) (#35665) - -* BUGFIXES * Fix a bug missed return (#35655) (#35671) +* BUGFIXES * Fix inputing review comment will remove reviewer (#35591) (#35664) * TESTING * Mock external service in hcaptcha TestCaptcha (#35604) (#35663)