From 878ad80b63fdd43e1951b443773ecc06f6cf4ff9 Mon Sep 17 00:00:00 2001 From: fr0staman Date: Sun, 9 Jul 2023 15:11:56 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 801294ae..c35ac920 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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