From f69abcc938d821041db0c5c6cc3dd6ad24d16dba Mon Sep 17 00:00:00 2001 From: Waffle Lapkin Date: Sun, 4 Jul 2021 10:29:46 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2303557b..3d42b5d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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