Update changelog

This commit is contained in:
Maybe Waffle 2022-07-01 23:36:39 +04:00
parent 1458e40b45
commit 88ddf7f7a2

View file

@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## unreleased
### Added
- Security checks based on `secret_token` param of `set_webhook` to built-in webhooks
### Fixed
- `Dispatcher` no longer "leaks" memory for every inactive user ([PR 657](https://github.com/teloxide/teloxide/pull/657)).