mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-22 06:45:37 +01:00
Update changelog
This commit is contained in:
parent
35471a4a0b
commit
48c8f935a5
1 changed files with 9 additions and 0 deletions
|
@ -10,9 +10,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- `ChatPermission::can_*` helper functions ([#851][pr851])
|
- `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
|
[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
|
## 0.9.1 - 2023-02-15
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
Loading…
Add table
Reference in a new issue