diff --git a/CHANGELOG.md b/CHANGELOG.md index 89b494639e..24bd4724a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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