mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 22:46:39 +01:00
Changelogify ?Sized
in HandlerExt::enter_dialogue
This commit is contained in:
parent
cf8c1b78b7
commit
7a7667fff9
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
- The `Storage::erase` default function that returns `Arc<ErasedStorage>`.
|
- The `Storage::erase` default function that returns `Arc<ErasedStorage>`.
|
||||||
- `ErasedStorage`, a storage with an erased error type.
|
- `ErasedStorage`, a storage with an erased error type.
|
||||||
- Allow the storage generic `S` be `?Sized` in `Dialogue`.
|
- Allow the storage generic `S` be `?Sized` in `Dialogue` and `HandlerExt::enter_dialogue`.
|
||||||
|
|
||||||
## 0.7.1 - 2022-03-09
|
## 0.7.1 - 2022-03-09
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue