From 3c09f327239cabc96b223c0373bf1e0b83ac2bef Mon Sep 17 00:00:00 2001 From: mikhailantoshkin Date: Sun, 20 Feb 2022 23:12:57 +0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00ef47e4..2a73d6bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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