Fix v1.21.0 blog post (#318)

Reviewed-on: https://gitea.com/gitea/blog/pulls/318
This commit is contained in:
6543 2023-11-14 14:43:35 +00:00
parent 5aff0d0959
commit 03bdc587f0
1 changed files with 2 additions and 2 deletions

View File

@ -287,7 +287,7 @@ If you use an unsupported database version and cannot update, please [get in tou
* Don't let API add 2 exclusive labels from same scope (#27433) (#27460)
* Redefine the meaning of column is_active to make Actions Registration Token generation easier (#27143) (#27304)
* Fix PushEvent NullPointerException jenkinsci/github-plugin (#27203) (#27251)
* Fix organization field being null in POST /orgs/{orgid}/teams (#27150) (#27163)
* Fix organization field being null in POST `/orgs/{orgid}/teams` (#27150) (#27163)
* Allow empty Conan files (#27092)
* Fix token endpoints ignore specified account (#27080)
* Reduce usage of `db.DefaultContext` (#27073) (#27083) (#27089) (#27103) (#27262) (#27265) (#27347) (#26076)
@ -678,7 +678,7 @@ If you use an unsupported database version and cannot update, please [get in tou
* Update zh-cn documentation (#26406)
* Fix typos and grammer problems for actions documentation (#26328)
* Update documentation for 1.21 actions (#26317)
* Doc update swagger doc for POST /orgs/{org}/teams (#26155)
* Doc update swagger doc for POST `/orgs/{org}/teams` (#26155)
* Doc sync authentication.md to zh-cn (#26117)
* Doc guide the user to create the appropriate level runner (#26091)
* Make organization redirect warning more clear (#26077)