Skip to content

Commit 7848dd1

Browse files
authored
Update RELEASENOTES.md
Signed-off-by: Lala Sabathil <[email protected]>
1 parent b8fca30 commit 7848dd1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: RELEASENOTES.md

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

1720

1821
DisCatSharp.Attributes Release Notes

0 commit comments

Comments
 (0)