mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Update changelog
This commit is contained in:
parent
6d79d78c8c
commit
69adf7ef10
1 changed files with 13 additions and 0 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -7,12 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## unreleased
|
||||
|
||||
### Changed
|
||||
|
||||
- **You can now `.await` any `Request`!** ([#249][pr249])
|
||||
- `Request` now requires `Self: IntoFuture`
|
||||
- There is no need for `AutoSend` anymore
|
||||
- MSRV (Minimal Supported Rust Version) was bumped from `1.58.0` to `1.64.0`
|
||||
|
||||
### Removed
|
||||
|
||||
- Methods for creating `InlineQuery` ([#246][pr244])
|
||||
|
||||
[pr244]: https://github.com/teloxide/teloxide-core/pull/246
|
||||
|
||||
### Deprecated
|
||||
|
||||
- `AutoSend` adaptor ([#249][pr249])
|
||||
|
||||
[pr249]: https://github.com/teloxide/teloxide-core/pull/249
|
||||
|
||||
## 0.7.1 - 2022-08-19
|
||||
|
||||
### Fixed
|
||||
|
|
Loading…
Reference in a new issue