Update CHANGELOG.md

This commit is contained in:
Hirrolot 2022-06-27 02:30:39 +06:00 committed by GitHub
parent b45472973c
commit 3e35d40e84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- `Dispatcher` no longer "leaks" memory for every user
- `Dispatcher` no longer "leaks" memory for every inactive user ([PR 657](https://github.com/teloxide/teloxide/pull/657)).
### Changed
- Add the `Key: Clone` requirement for `impl Dispatcher` [**BC**].
## 0.9.2 - 2022-06-07