From eb95bbc1fdd427a32fc41acb751c91c2451b59d3 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Thu, 22 Jan 2026 21:35:34 -0800 Subject: [PATCH] Add missing changelog for v1.25.4 (#36433) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ceb6d4a8b1..d9fd440270 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com). * Add more routes to the "expensive" list (#36290) * Make "commit statuses" API accept slashes in "ref" (#36264) (#36275) * BUGFIXES + * Fix git http service handling #36396 * Fix markdown newline handling during IME composition (#36421) #36424 * Fix missing repository id when migrating release attachments (#36389) * Fix bug when compare in the pull request (#36363) (#36372)