From 1974341dbd30ffab8f8ef63fc1cd94d84897253a Mon Sep 17 00:00:00 2001 From: Maybe Waffle Date: Fri, 3 Feb 2023 16:53:36 +0400 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 8 ++++++++ crates/teloxide-core/CHANGELOG.md | 6 ++++++ 2 files changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 874c364a..a7b35e27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## unreleased +### Fixed + +- Allow `ChatJoinRequest` updates + +### Added + +- `Update::filter_chat_join_request` + ## 0.12.0 - 2023-01-17 ### Changed diff --git a/crates/teloxide-core/CHANGELOG.md b/crates/teloxide-core/CHANGELOG.md index cfec1fc3..eab2daed 100644 --- a/crates/teloxide-core/CHANGELOG.md +++ b/crates/teloxide-core/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## unreleased +### Fixed + +- `Update::user` now handles channel posts, chat member changes and chat join request updates correctly ([#835][pr835]) + +[pr835]: https://github.com/teloxide/teloxide/pull/835 + ## 0.9.0 - 2023-01-17 ### Changed