Skip to content

Commit b8fca30

Browse files
authored
Update README.md
Signed-off-by: Lala Sabathil <[email protected]>
1 parent 24e529c commit b8fca30

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: README.md

+3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
- Small breaking change in `AttachmentFlags`: The flag values are now prefixed with `Is` to be in line with other flag names.
3030
- `AddMention(IMention mention)` => `WithAllowedMention(IMention allowedMention)`
3131
- `AddMentions(IEnumerable<IMention> mentions)` => `WithAllowedMentions(IEnumerable<IMention> allowedMentions)`
32+
- Breaking change for `DiscordTextComponent`: `string customId = null, string label = null` was switched to `string label, string customId = null`.
33+
- `Url` fields on DiscordXY objects are now of type `DiscordUri`. You can still use it as `Uri` arg since we added an implicit operator.
34+
- Fixed the naming for create and delete test entitlement methods
3235

3336
----
3437

0 commit comments

Comments
 (0)