0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-05-09 14:18:07 +02:00

Update CHANGELOG with recent bug fixes

This commit is contained in:
wxiaoguang 2025-10-29 19:04:23 +08:00 committed by GitHub
parent 8e2a62f27e
commit f004b9a220
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,6 +65,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
* Make restricted users can access public repositories (#35693)
* The status icon of the Action step is consistent with GitHub (#35618) #35621
* BUGFIXES
* Fix "ref-issue" handling in markup (#35739) #35771
* Fix webhook to prevent tag events from bypassing branch filters targets (#35567) #35577
* Fix markup init after issue comment editing (#35536) #35537
* Fix creating pull request failure when the target branch name is the same as some tag (#35552) #35582