Skip to content

Commit

Permalink
Merge pull request #123 from vallerion/update-changes
Browse files Browse the repository at this point in the history
update changes list
  • Loading branch information
vallerion authored Jul 6, 2022
2 parents d432f52 + 2d19eb1 commit bf934da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Updated `sms.Delete` method so now in return only error or nil as result.
## `v8.0.0` -> `v9.0.0`
### General
* New `PaginationRequest` instead of many in APIs.
* Interface `messagebird.MessageBirdClient` instead of `messagebird.Client` and new `MockClient` for better testing.
* New interface `messagebird.Client` and `messagebird.DefaultClient` instead of old implementation `messagebird.Client` and new `MockClient` for better testing.
* List structures now have a plural ending instead of using word "List". Example: `ContactList` -> `Contacts`.
* `conversations.ConversationStatus` replaced by `conversations.Status`.
* `number.NumberPattern` replaced by `number.SearchPattern`.
Expand Down

0 comments on commit bf934da

Please sign in to comment.