fix changelog

This commit is contained in:
InsanusMokrassar 2019-02-07 14:29:38 +08:00
parent 0138036ed2
commit 8aed45ae9e
1 changed files with 7 additions and 10 deletions

View File

@ -2,6 +2,13 @@
## 0.10.0
* Most part of abstractions was replaced from `requests` and `types` on more high level
* Added abstraction `CommonVenueData`
* Added abstraction `CommonContactData`
* Added `InputMessageContent`
* Update some types and requests according to abstractions replacing
* Add all `InlineQueryResult`, `InputMessageContent` and other inline mode types
## 0.9.0
* Old extension `OkHttpClient.Builder#useWith` now deprecated and must be replaced by the same in
@ -80,13 +87,3 @@ must be regular text
* Update `MediaGroupMessage` interface
* Add implementation of `MediaGroupMessage`
* Add generating of `MediaGroupMessage` in `RawMessage`
#### Inline mode changes
// It is temporal block of changes which will be replaced before complete merge
* Most part of abstractions was replaced from `requests` and `types` on more high level
* Added abstraction `CommonVenueData`
* Added abstraction `CommonContactData`
* Added `InputMessageContent`
* Update some types and requests according to abstractions replacing