Add "drop deprecated Assignee
hint to Migration Guide (#523)
as title (should have been added in #503) Reviewed-on: https://gitea.com/gitea/go-sdk/pulls/523 Reviewed-by: techknowlogick <techknowlogick@gitea.io> Reviewed-by: Norwin <noerw@noreply.gitea.io> Co-authored-by: 6543 <6543@obermui.de> Co-committed-by: 6543 <6543@obermui.de>
This commit is contained in:
parent
a5ff184297
commit
ddc879e297
1 changed files with 4 additions and 3 deletions
|
@ -5,14 +5,15 @@ Just follow this guid and if you still encounter problems, ask for help on disco
|
||||||
|
|
||||||
<!-- toc -->
|
<!-- toc -->
|
||||||
|
|
||||||
- [Changed Struct Fields (#520)](#changed-struct-fields)
|
- [Changed Struct Fields (#503) (#520)](#changed-struct-fields)
|
||||||
|
|
||||||
<!-- tocstop -->
|
<!-- tocstop -->
|
||||||
|
|
||||||
## Changed Struct Fields
|
## Changed Struct Fields
|
||||||
|
|
||||||
- the `State` field at **NotificationSubject** changed from **StateType** to **NotifySubjectState**, it also contains `"open"`, `"closed"` and add `"merged"`
|
- The `State` field at **NotificationSubject** changed from **StateType** to **NotifySubjectState**, it also contains `"open"`, `"closed"` and add `"merged"`.
|
||||||
|
- In **Issue**, **CreateIssueOption** and **EditIssueOption** structs, `Assignee` got removed. Use `Assignees`.
|
||||||
|
|
||||||
Pulls:
|
Pulls:
|
||||||
|
- [#503 Drop deprecations](https://gitea.com/gitea/go-sdk/pulls/503)
|
||||||
- [#520 Introduce NotifySubjectState](https://gitea.com/gitea/go-sdk/pulls/520)
|
- [#520 Introduce NotifySubjectState](https://gitea.com/gitea/go-sdk/pulls/520)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue