mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 06:51:01 +01:00
CHANGELOG: add changeset information for #94
This commit is contained in:
parent
414ce2c3a6
commit
73c34f852a
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
- telegram_response: fix issue `retry_after` and `migrate_to_chat_id` handling ([#94][pr94])
|
||||||
- Type of `PublicChatSupergroup::slow_mode_delay` field: `Option<i32>`=> `Option<u32>` ([#80][pr80])
|
- Type of `PublicChatSupergroup::slow_mode_delay` field: `Option<i32>`=> `Option<u32>` ([#80][pr80])
|
||||||
- Add missing `Chat::message_auto_delete_time` field ([#80][pr80])
|
- Add missing `Chat::message_auto_delete_time` field ([#80][pr80])
|
||||||
- Output types of `LeaveChat` `PinChatMessage`, `SetChatDescription`, `SetChatPhoto` `SetChatTitle`, `UnpinAllChatMessages` and `UnpinChatMessage`: `String` => `True` ([#79][pr79])
|
- Output types of `LeaveChat` `PinChatMessage`, `SetChatDescription`, `SetChatPhoto` `SetChatTitle`, `UnpinAllChatMessages` and `UnpinChatMessage`: `String` => `True` ([#79][pr79])
|
||||||
|
@ -46,6 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
[pr73]: https://github.com/teloxide/teloxide-core/pull/73
|
[pr73]: https://github.com/teloxide/teloxide-core/pull/73
|
||||||
[pr75]: https://github.com/teloxide/teloxide-core/pull/75
|
[pr75]: https://github.com/teloxide/teloxide-core/pull/75
|
||||||
[pr79]: https://github.com/teloxide/teloxide-core/pull/79
|
[pr79]: https://github.com/teloxide/teloxide-core/pull/79
|
||||||
|
[pr94]: https://github.com/teloxide/teloxide-core/pull/94
|
||||||
|
|
||||||
## [0.2.2] - 2020-03-22
|
## [0.2.2] - 2020-03-22
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue