From c38ff2404a6b78e55a24f69fd3e06df900819736 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D1=8B=D1=80=D1=86=D0=B5=D0=B2=20=D0=92=D0=B0=D0=B4?= =?UTF-8?q?=D0=B8=D0=BC=20=D0=98=D0=B3=D0=BE=D1=80=D0=B5=D0=B2=D0=B8=D1=87?= Date: Mon, 8 Jul 2024 23:25:05 +0300 Subject: [PATCH] Update CHANGELOG & README.md --- CHANGELOG.md | 1 + Cargo.lock | 6 ------ README.md | 2 +- crates/teloxide-core/CHANGELOG.md | 8 +++++++- crates/teloxide-core/README.md | 2 +- 5 files changed, 10 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be577e57..f4a82ef4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,6 +46,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `filter_web_app_data` - Implement `PostgresStorage`, a persistent dialogue storage based on [PostgreSQL](https://www.postgresql.org/)([PR 996](https://github.com/teloxide/teloxide/pull/996)). - Implement `GetChatId` for `teloxide_core::types::{Chat, ChatJoinRequest, ChatMemberUpdated}`. +- Add `MessageExt::filter_story` method for the corresponding `MediaKind::Story` variant ([PR 1087](https://github.com/teloxide/teloxide/pull/1087)) ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 0ba28d75..41efcc3d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -531,12 +531,6 @@ version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a" -[[package]] -name = "finl_unicode" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fcfdc7a0362c9f4444381a9e697c79d435fe65b52a37466fc2c1184cee9edc6" - [[package]] name = "flume" version = "0.11.0" diff --git a/README.md b/README.md index 9d335b9e..6eda6f18 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 36317098..951ca6b0 100644 --- a/crates/teloxide-core/CHANGELOG.md +++ b/crates/teloxide-core/CHANGELOG.md @@ -79,7 +79,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `set_my_name` - `get_my_name` - Add the ability to specify custom emoji entities using `HTML` and `MarkdownV2` formatting options for bots that purchased additional usernames on [Fragment](https://fragment.com/) - +- Support for TBA 6.8 ([#1087](pr1087)) + - Add the `MediaKind::Story` + - Add new fields + - `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 [pr851]: https://github.com/teloxide/teloxide/pull/851 [pr887]: https://github.com/teloxide/teloxide/pull/887 @@ -87,6 +92,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [pr982]: https://github.com/teloxide/teloxide/pull/982 [pr1040]: https://github.com/teloxide/teloxide/pull/1040 [pr1086]: https://github.com/teloxide/teloxide/pull/1086 +[pr1087]: https://github.com/teloxide/teloxide/pull/1087 ### Fixed diff --git a/crates/teloxide-core/README.md b/crates/teloxide-core/README.md index 3ae43842..6a382bb3 100644 --- a/crates/teloxide-core/README.md +++ b/crates/teloxide-core/README.md @@ -12,7 +12,7 @@ - +