mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 06:51:01 +01:00
Update changelog
This commit is contained in:
parent
686ec23b76
commit
3c09f32723
1 changed files with 7 additions and 0 deletions
|
@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## unreleased
|
||||
|
||||
### Fixed
|
||||
|
||||
- `Update::chat()` now returns `Some(&Chat)` for `UpdateKind::ChatMember`, `UpdateKind::MyChatMember`,
|
||||
`UpdateKind::ChatJoinRequest` ([#184][pr184])
|
||||
|
||||
[pr184]: https://github.com/teloxide/teloxide-core/pull/184
|
||||
|
||||
## 0.4.2 - 2022-02-17
|
||||
|
||||
### Deprecated
|
||||
|
|
Loading…
Reference in a new issue