mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-03 17:52:12 +01:00
Fix the changelog
This commit is contained in:
parent
30d37741e4
commit
f923114d20
1 changed files with 2 additions and 2 deletions
|
@ -8,9 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## 0.7.0 - 2022-02-09
|
||||
|
||||
### Changed
|
||||
### Fixed
|
||||
|
||||
- Make `DispatcherBuilder::{default_handler, error_handler}` accept a handler that implements `Send + Sync` ([PR 517](https://github.com/teloxide/teloxide/pull/517)).
|
||||
- `Dispatcher` wasn't `Send`. Make `DispatcherBuilder::{default_handler, error_handler}` accept a handler that implements `Send + Sync` ([PR 517](https://github.com/teloxide/teloxide/pull/517)).
|
||||
|
||||
## 0.6.1 - 2022-02-06
|
||||
|
||||
|
|
Loading…
Reference in a new issue