mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-03 09:49:07 +01:00
Update changelog
This commit is contained in:
parent
24db0e29d3
commit
30ad2b854f
1 changed files with 3 additions and 1 deletions
|
@ -15,8 +15,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
### Changed
|
### 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])
|
- `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])
|
- **You can now `.await` any `Request`!** ([#249][pr249])
|
||||||
- `Request` now requires `Self: IntoFuture`
|
- `Request` now requires `Self: IntoFuture`
|
||||||
- There is no need for `AutoSend` anymore
|
- 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])
|
- Refactored `Sticker` and related types ([#251][pr251])
|
||||||
|
|
||||||
[pr253]: https://github.com/teloxide/teloxide-core/pull/253
|
[pr253]: https://github.com/teloxide/teloxide-core/pull/253
|
||||||
|
[pr255]: https://github.com/teloxide/teloxide-core/pull/255
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue