Update changelog

Former-commit-id: 88ddf7f7a2
This commit is contained in:
Maybe Waffle 2022-07-01 23:36:39 +04:00
parent 35b800073b
commit 4be7e5a812

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)).