From 30ad2b854ffb2d8dad2bf9e2443997033534cf7f Mon Sep 17 00:00:00 2001 From: Maybe Waffle Date: Sat, 1 Oct 2022 17:36:38 +0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1861a0f..f3a771ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,8 +15,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- Removed `file_` prefix from `File` and `FileMeta` fields [#255][pr255] - `Animation`, `Audio`, `Document`, `PassportFile`, `PhotoSize`, `Video`, `VideoNote` and `Voice` now contain `FileMeta` instead of its fields ([#253][pr253]) - - Field access should still work via `Deref` impls + - Combined with `File` fields renaming, instead of `.file_size` you can write `.file.size` and similarly with other fields - **You can now `.await` any `Request`!** ([#249][pr249]) - `Request` now requires `Self: IntoFuture` - There is no need for `AutoSend` anymore @@ -24,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Refactored `Sticker` and related types ([#251][pr251]) [pr253]: https://github.com/teloxide/teloxide-core/pull/253 +[pr255]: https://github.com/teloxide/teloxide-core/pull/255 ### Removed