From 8c26a30b9bbed199f9b658a2c382e1777c414862 Mon Sep 17 00:00:00 2001 From: Andrey Brusnik Date: Mon, 15 Jul 2024 20:30:23 +0400 Subject: [PATCH] Update CHANGELOG.md & README.md --- README.md | 2 +- crates/teloxide-core/CHANGELOG.md | 4 ++++ crates/teloxide-core/README.md | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6eda6f18..66e81040 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ - + diff --git a/crates/teloxide-core/CHANGELOG.md b/crates/teloxide-core/CHANGELOG.md index 951ca6b0..ac40fb82 100644 --- a/crates/teloxide-core/CHANGELOG.md +++ b/crates/teloxide-core/CHANGELOG.md @@ -85,6 +85,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `PollAnswer::voter` to support anonymous poll answers in chats - `emoji_status_expiration_date` to `Chat` as part of the future `ChatFullInfo` type TBA type - Add the `unpin_all_general_forum_topic_messages` method +- Support for TBA 6.9 ([#1095](pr1095)) + - Add `can_post_stories`, `can_edit_stories` and `can_delete_stories` fields to `ChatMemberKind::Administrator`, `ChatAdministratorRights` and `PromoteChatMember` + - Add `from_request` and `from_attachment_menu` fields to `WriteAccessAllowed` [pr851]: https://github.com/teloxide/teloxide/pull/851 [pr887]: https://github.com/teloxide/teloxide/pull/887 @@ -93,6 +96,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [pr1040]: https://github.com/teloxide/teloxide/pull/1040 [pr1086]: https://github.com/teloxide/teloxide/pull/1086 [pr1087]: https://github.com/teloxide/teloxide/pull/1087 +[pr1095]: https://github.com/teloxide/teloxide/pull/1095 ### Fixed diff --git a/crates/teloxide-core/README.md b/crates/teloxide-core/README.md index 6a382bb3..d4748be4 100644 --- a/crates/teloxide-core/README.md +++ b/crates/teloxide-core/README.md @@ -12,7 +12,7 @@ - +