Update CHANGELOG.md

This commit is contained in:
fr0staman 2023-07-09 15:11:56 +03:00
parent e3e89a1691
commit 878ad80b63

View file

@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## unreleased
### Fixed
- Use `u64` instead of `i64` for `user_id` in `html::user_mention` and `markdown::user_mention` ([PR 896](https://github.com/teloxide/teloxide/pull/896))
## 0.12.2 - 2023-02-15
### Fixed