diff --git a/crates/teloxide-core/CHANGELOG.md b/crates/teloxide-core/CHANGELOG.md index dadb1ec3..d42b4067 100644 --- a/crates/teloxide-core/CHANGELOG.md +++ b/crates/teloxide-core/CHANGELOG.md @@ -11,10 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `Update::user` now handles channel posts, chat member changes and chat join request updates correctly ([#835][pr835]) - In cases when `teloxide` can't deserialize an update, error now includes the full json value ([#826][pr826]) - +- Deserialization of topic messages ([#830][pr830]) [pr835]: https://github.com/teloxide/teloxide/pull/835 [pr826]: https://github.com/teloxide/teloxide/pull/826 +[pr830]: https://github.com/teloxide/teloxide/pull/830 ## 0.9.0 - 2023-01-17