From ebe89a637a669973eeaa2031b5021cddee40e130 Mon Sep 17 00:00:00 2001 From: Lewis Pearson Date: Sat, 5 Oct 2024 18:15:42 -0400 Subject: [PATCH] Update the `teloxide-core` changelog --- crates/teloxide-core/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crates/teloxide-core/CHANGELOG.md b/crates/teloxide-core/CHANGELOG.md index 9a856377..54916b3c 100644 --- a/crates/teloxide-core/CHANGELOG.md +++ b/crates/teloxide-core/CHANGELOG.md @@ -65,11 +65,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Wrap `Public` variant of `ChatKind` in `Box` - Replaced `user_ids` with `users` in `UsersShared` struct +- Remove a useless generic type in the `KeyboardMarkup::selective` function ([#1176][pr1176]) + [pr1131]: https://github.com/teloxide/teloxide/pull/1131 [pr1134]: https://github.com/teloxide/teloxide/pull/1134 [pr1146]: https://github.com/teloxide/teloxide/pull/1146 [pr1147]: https://github.com/teloxide/teloxide/pull/1147 [pr1151]: https://github.com/teloxide/teloxide/pull/1151 +[pr1176]: https://github.com/teloxide/teloxide/pull/1176 ### Removed