From 94733cbcd6a659e66bc4a698469184bc79dd849c Mon Sep 17 00:00:00 2001 From: puh Date: Thu, 30 Mar 2023 20:20:45 +0300 Subject: [PATCH] changelog --- crates/teloxide-core/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/crates/teloxide-core/CHANGELOG.md b/crates/teloxide-core/CHANGELOG.md index 42fec72a..280f96a1 100644 --- a/crates/teloxide-core/CHANGELOG.md +++ b/crates/teloxide-core/CHANGELOG.md @@ -22,6 +22,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [pr850]: https://github.com/teloxide/teloxide/pull/850 +### Fixed + +- Deserialization of `ApiError::CantParseEntities` ([#839][pr839]) + +[pr839]: https://github.com/teloxide/teloxide/pull/839 + ## 0.9.1 - 2023-02-15 ### Fixed