From 48c8f935a53e6f6208697f657da969ba3e1f82e8 Mon Sep 17 00:00:00 2001 From: Maybe Waffle Date: Mon, 20 Feb 2023 18:44:08 +0400 Subject: [PATCH] Update changelog --- crates/teloxide-core/CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/crates/teloxide-core/CHANGELOG.md b/crates/teloxide-core/CHANGELOG.md index 8e3e02cf..42fec72a 100644 --- a/crates/teloxide-core/CHANGELOG.md +++ b/crates/teloxide-core/CHANGELOG.md @@ -10,9 +10,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - `ChatPermission::can_*` helper functions ([#851][pr851]) +- `mentioned_users` functions for `CallbackQuery`, `Chat`, `ChatJoinRequest`, `ChatMemberUpdated`, `Game`, `Message`, `Poll`, `Update` which return all contained `User` instances ([#850][pr850]) +- `Message::video_chat_participants_invited` ([#850][pr850]) +- `Update::from`, a replacement for `Update::user` ([#850][pr850]) [pr851]: https://github.com/teloxide/teloxide/pull/851 +### Deprecated + +- `Update::user`, use `Update::from` instead ([#850][pr850]) + +[pr850]: https://github.com/teloxide/teloxide/pull/850 + ## 0.9.1 - 2023-02-15 ### Fixed