Fix the changelog

This commit is contained in:
Hirrolot 2022-02-09 17:06:17 +06:00 committed by GitHub
parent 30d37741e4
commit f923114d20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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