From f13732cbb5350e2c37f08b03761bcb2372aa75a2 Mon Sep 17 00:00:00 2001 From: Maybe Waffle Date: Thu, 13 Jan 2022 17:19:02 +0300 Subject: [PATCH] Update readme --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a2ed06c..7650870d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- Refactor `InputFile` ([#167][pr167]) + - Make it an opaque structure, instead of enum + - Add `read` constructor, that allows creating `InputFile` from `impl AsyncRead` + - Internal changes - Refactor errors ([#134][pr134]) - Rename `DownloadError::NetworkError` to `Network` - Rename `RequestError::ApiError` to `Api` @@ -53,6 +57,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [pr134]: https://github.com/teloxide/teloxide-core/pull/134 [pr150]: https://github.com/teloxide/teloxide-core/pull/150 [pr157]: https://github.com/teloxide/teloxide-core/pull/157 +[pr167]: https://github.com/teloxide/teloxide-core/pull/167 ### Fixed