mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-08 19:33:53 +01:00
Update changelog
This commit is contained in:
parent
108caf8051
commit
0d787ce92a
1 changed files with 14 additions and 0 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## unreleased
|
||||
|
||||
### Added
|
||||
|
||||
- `InlineKeyboardButton::{pay, login, web_app, callback_game, pay}` constructors ([#231][pr231])
|
||||
|
||||
### Changed
|
||||
|
||||
- `InlineKeyboardButtonKind::Pay`'s only field now has type `True` ([#231][pr231])
|
||||
|
||||
### Deprecated
|
||||
|
||||
- `InlineKeyboardButton::{text, kind}` functions ([#231][pr231])
|
||||
|
||||
[pr231]: https://github.com/teloxide/teloxide-core/pull/231
|
||||
|
||||
### Removed
|
||||
|
||||
- `ChatPrivate::type_` field ([#232][pr232])
|
||||
|
|
Loading…
Reference in a new issue