From 586c32c04dae2be6fcd80fd6bc6d4603638e072d Mon Sep 17 00:00:00 2001 From: Michael Krasnitski Date: Wed, 6 Sep 2023 10:18:46 -0400 Subject: [PATCH] Add #2531 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec7b45fd9e1..9ece49cdef1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -364,6 +364,19 @@ Serenity now uses Rust edition 2021, with an MSRV of Rust 1.72. * [#2424](https://github.com/serenity-rs/serenity/pull/2424) - Remove the `FromStrAndCache` and `StrExt` traits. Also removes `model::{ChannelParseError,RoleParseError}`, which conflicted with types of the same name from `utils`. * [#2429](https://github.com/serenity-rs/serenity/pull/2429) - Remove the useless re-exports of the various submodules of `model` from the `model::prelude`, and don't re-export types from other libraries, like `Deserialize` or `HashMap`. * [#2466](https://github.com/serenity-rs/serenity/pull/2466) - Remove the `DefaultAvatar` enum. +* [#2531](https://github.com/serenity-rs/serenity/pull/2531) - The following bitflag types no longer implement `PartialOrd`/`Ord`: + - ActivityFlags + - ApplicationFlags + - ChannelFlags + - GatewayIntents + - GuildMemberFlags + - InteractionResponseFlags + - MessageFlags + - Permissions + - SpeakingState + - SystemChannelFlags + - ThreadMemberFlags + - UserPublicFlags ## [0.11.6] - 2023-06-30