From b5310cee574a2e7a4d832782ce1aca1fecd5a5ac Mon Sep 17 00:00:00 2001 From: Rubenlagus Date: Sat, 25 Feb 2017 20:23:11 +0100 Subject: [PATCH] Added changelog for 2.4.4.5 --- TelegramBots.wiki/Changelog.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/TelegramBots.wiki/Changelog.md b/TelegramBots.wiki/Changelog.md index 36e8b8f3..b6c0accb 100644 --- a/TelegramBots.wiki/Changelog.md +++ b/TelegramBots.wiki/Changelog.md @@ -34,4 +34,12 @@ ### 2.4.4.4 ### 1. EditMessageText, EditMessageCaption and EditMessageReplyMarkup now return a `Serializable` object that can be `Boolean` or `Message` -**[[How to update to version 2.4.4.4|How-To-Update#2.4.4.4]]** \ No newline at end of file +**[[How to update to version 2.4.4.4|How-To-Update#2.4.4.4]]** + +### 2.4.4.5 ### +1. New validations for AnswerInlineQuery according to Telegram Bots API changes. +2. Added Maven-enforcer-plugin to Maven pom. +3. Added new How to send photos by file_id to FAQ. +4. Added reference to new gitbook about this library. +5. Added custom ExponentialBackOff waiting time when having network problems in long-polling mode. (Custom implementation is allowed via BotOptions) +3. Bug fixing: #184, #183 \ No newline at end of file