From 36d4ecc8844ca529639a6ab8237023ee575edb10 Mon Sep 17 00:00:00 2001 From: Veetaha Date: Tue, 27 Dec 2022 19:59:42 +0100 Subject: [PATCH] Improve changelog --- crates/teloxide-core/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/teloxide-core/CHANGELOG.md b/crates/teloxide-core/CHANGELOG.md index d151d236..74322fd0 100644 --- a/crates/teloxide-core/CHANGELOG.md +++ b/crates/teloxide-core/CHANGELOG.md @@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The following functions were made `#[must_use]`: - `MaskPoint::{new, point}` - `StickerKind::{premium_animation, mask_position, custom_emoji_id}` -- Replaced `Option` with `bool` for the fields of `Administrator` ([#800][pr800]): +- `Option` fields fields of `Administrator` are now `bool` (required) ([#800][pr800]): - `can_post_messages` - `can_edit_messages` - `can_pin_messages` @@ -43,7 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- `ChatMemberKind::can_manage_chat` method now correctly returns `false` for non owner/administrator users +- `ChatMemberKind::can_manage_chat` method now correctly returns `false` for non owner/administrator users ([#800][pr800]) ## 0.8.0 - 2022-10-03