diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d8b485ab7..42df2a81ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ * `Core`: * New function `MessageContent.Companion#serializationModule` + * Now it is possible to create `TelegramBot` (`RequestsExecutor`) with several bots under the hood and opportunity + for bots requests load balancing or fault-fix via sending of the requests via another bot * `API`: * Add replies which will use another message as a source for reply (`copyMessage`)