diff --git a/crates/teloxide-core/CHANGELOG.md b/crates/teloxide-core/CHANGELOG.md index e50d39a4..edcd2ecf 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 +- Issue, when using `ReplyParameters` and multipart-requests involving file-sending it failed with `unimplemented error` ([#1136][pr1136], issue [#1135][issue1135]) + +[pr1136]: https://github.com/teloxide/teloxide/pull/1136 +[issue1135]: https://github.com/teloxide/teloxide/issues/1135 + ## 0.10.0 - 2024-08-16 ### Added