Update changelog

This commit is contained in:
mikhailantoshkin 2022-02-20 23:12:57 +05:00
parent 686ec23b76
commit 3c09f32723
No known key found for this signature in database
GPG key ID: 371A70BD5119386C

View file

@ -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