Update CHANGELOG.md

This commit is contained in:
Waffle Lapkin 2021-07-04 10:29:46 +03:00 committed by GitHub
parent 4c480a1714
commit f69abcc938
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `Noop` and `AsyncStopToken`stop tokens.
- `StatefulListener`.
- Emit not only errors but also warnings and general information from teloxide, when set up by `enable_logging!`.
- `user_id` should be passed as i64 in `html::user_mention` and `markdown::user_mention`.
- Use `i64` instead of `i32` for `user_id` in `html::user_mention` and `markdown::user_mention`.
### Fixed