Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrasnitski committed Oct 20, 2023
1 parent 0747bc5 commit 37c6b84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ Serenity now uses Rust edition 2021, with an MSRV of Rust 1.70.
- The `min_length` and `max_length` fields for Input Text components now hold a `u16`.
- The `mention_total_limit` field for automod triggers now holds a `u8`.
- The `RoleSubscriptionData::total_months_subscribed` field is now a `u16`.
* ([#2470](https://github.com/serenity-rs/serenity/pull/2470)) Rename `{Http,ChannelId,GuildChannel}::create_public_thread` to `create_thread_from_message`, and similarly rename `create_private_thread` to `create_thread`, to more accurately reflect their behavior. The corresponding endpoints have also been renamed from `ChannelPublicThreads`/`ChannelPrivateThreads`, to `ChannelMessageThreads`/`ChannelThreads`, respectively.


#### Removed
Expand Down

0 comments on commit 37c6b84

Please sign in to comment.