From a6e53cf3b8a49904febc2f3083e51f2a90e8fd66 Mon Sep 17 00:00:00 2001 From: mikhailantoshkin Date: Sun, 8 Oct 2023 11:12:45 +0900 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dceb57f..4b395c54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Use `UserId` instead of `i64` for `user_id` in `html::user_mention` and `markdown::user_mention` ([PR 896](https://github.com/teloxide/teloxide/pull/896)) - Greatly improved the speed of graceful shutdown (`^C`) ([PR 938](https://github.com/teloxide/teloxide/pull/938)) +- Fix typos in docstrings ([PR 953](https://github.com/teloxide/teloxide/pull/953)) ### Changed