From e7e369472bdd3b87326cb49506db5097a67015f7 Mon Sep 17 00:00:00 2001 From: rubenlagus Date: Mon, 29 Jul 2019 23:48:13 +0100 Subject: [PATCH] Update changelog --- TelegramBots.wiki/Changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TelegramBots.wiki/Changelog.md b/TelegramBots.wiki/Changelog.md index 7e3beada..d234ab7c 100644 --- a/TelegramBots.wiki/Changelog.md +++ b/TelegramBots.wiki/Changelog.md @@ -3,6 +3,8 @@ 2. Removed BotLogger, replaced with [log4j2](https://logging.apache.org/log4j/2.x/) 3. Library is now built using [Java11](https://www.oracle.com/technetwork/java/javase/overview/index.html) 4. Updated dependencies to use last versions +5. Files can be downloaded into a stream. Allowing it to be processed immediately. +6. A java.io.File can be passed into the methods. The downloaded file is copied into that file instead of a temp file then (does not work with the async methods) ### 4.3.1 ### 1. Fix bug #625