diff --git a/CHANGELOG.md b/CHANGELOG.md index ac971f5ff4..88a2894aba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ * `TelegramBotAPIMessageDeserializationStrategy` was created. It was used for deserialization of Telegram Bot API incoming messages * `TelegramBotAPIMessageDeserializeOnlySerializer` was created. It **MUST NOT** be used to serialize messages +* Update of description ## 0.17.0 diff --git a/README.md b/README.md index 942cb41219..8d4841f020 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ ## What is it? -It is one more project which wish to be useful and full Telegram Bots API bridge for Kotlin. Most part of some specific -solves or unuseful moments are describing by official [Telegram Bot API](https://core.telegram.org/bots/api). +Library for Object-Oriented and type-safe work with Telegram Bot API. Most part of some specific solves or unuseful +moments are describing by official [Telegram Bot API](https://core.telegram.org/bots/api). ## Compatibility diff --git a/gradle.properties b/gradle.properties index ad7dad97da..eee4a31201 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,6 +8,6 @@ ktor_version=1.2.3 gradle_bintray_plugin_version=1.8.4 project_public_name=Telegram Bot API -project_public_description=It is one more project which wish to be useful and full Telegram Bots API bridge for Kotlin +project_public_description=Library for Object-Oriented and type-safe work with Telegram Bot API disableImplicitReflectionSerializerAnnotation=-Xexperimental=kotlinx.serialization.ImplicitReflectionSerializer