From f7a3441bdba10697bb5fcd1c52fda449781af7a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D1=8B=D1=80=D1=86=D0=B5=D0=B2=20=D0=92=D0=B0=D0=B4?= =?UTF-8?q?=D0=B8=D0=BC=20=D0=98=D0=B3=D0=BE=D1=80=D0=B5=D0=B2=D0=B8=D1=87?= Date: Sat, 17 Aug 2024 12:02:44 +0300 Subject: [PATCH] Update CHANGELOG.md --- 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 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