Update the changelog

This commit is contained in:
Hirrolot 2022-02-07 15:58:34 +06:00
parent ba277991c9
commit 62da2cacb8

View file

@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## unreleased
### Changed
- 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
### Fixed