Update the teloxide-core changelog

This commit is contained in:
Lewis Pearson 2024-10-05 18:15:42 -04:00 committed by GitHub
parent 0f4ee3023a
commit ebe89a637a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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` - Wrap `Public` variant of `ChatKind` in `Box`
- Replaced `user_ids` with `users` in `UsersShared` struct - 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 [pr1131]: https://github.com/teloxide/teloxide/pull/1131
[pr1134]: https://github.com/teloxide/teloxide/pull/1134 [pr1134]: https://github.com/teloxide/teloxide/pull/1134
[pr1146]: https://github.com/teloxide/teloxide/pull/1146 [pr1146]: https://github.com/teloxide/teloxide/pull/1146
[pr1147]: https://github.com/teloxide/teloxide/pull/1147 [pr1147]: https://github.com/teloxide/teloxide/pull/1147
[pr1151]: https://github.com/teloxide/teloxide/pull/1151 [pr1151]: https://github.com/teloxide/teloxide/pull/1151
[pr1176]: https://github.com/teloxide/teloxide/pull/1176
### Removed ### Removed