Update changelog

This commit is contained in:
Lunny Xiao 2024-04-16 09:33:06 +08:00
parent ec3bf8b793
commit 2eca3f79ee
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 11 additions and 11 deletions

View File

@ -25,18 +25,18 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
* Fix create commit status (#30225) (#30340)
* Performance optimization for git push (#30104) (#30354)
* Fix misuse of unsupported global variables (#30402)
* Fix to delete the cookie when AppSubURL is non-empty (#30375)
* Avoid user does not exist error when detecting schedule actions when the commit author is an external user (#30357)
* Change the default maxPerPage for gitbucket (#30392)
* Check the token's owner and repository when registering a runner (#30406)
* Avoid losing token when updating mirror settings (#30429)
* Fix commit status cache which missed target_url (#30426)
* Fix rename branch 500 when the target branch is deleted but exist in database (#30430)
* Fix mirror error when mirror repo is empty (#30432)
* Use db.ListOptions directly instead of Paginator interface to make it easier to use and fix performance of /pulls and /issues (#29990)
* Fix code owners will not be mentioned when a pull request comes from a forked repository #30476
* Fix to delete the cookie when AppSubURL is non-empty (#30375) (#30468)
* Avoid user does not exist error when detecting schedule actions when the commit author is an external user (#30357) (#30408)
* Change the default maxPerPage for gitbucket (#30392) (#30471)
* Check the token's owner and repository when registering a runner (#30406) (#30412)
* Avoid losing token when updating mirror settings (#30429) (#30466)
* Fix commit status cache which missed target_url (#30426) (#30445)
* Fix rename branch 500 when the target branch is deleted but exist in database (#30430) (#30437)
* Fix mirror error when mirror repo is empty (#30432) (30467)
* Use db.ListOptions directly instead of Paginator interface to make it easier to use and fix performance of /pulls and /issues (#29990) (#30447)
* Fix code owners will not be mentioned when a pull request comes from a forked repository (#30476) (#30497)
* DOCS
* Update actions variables documents (#30394) #30405
* Update actions variables documents (#30394) (#30405)
* MISC
* Update katex to 0.16.10 (#30089)
* Upgrade go-sqlite to v1.14.22 (#30462)