From 09ed837a1b2e9d1079f5bfc47032e2748c682aec Mon Sep 17 00:00:00 2001 From: VC Date: Mon, 19 Apr 2021 21:19:47 +0200 Subject: [PATCH] =?UTF-8?q?Updating=20CHANGELOG=E2=80=AFto=20please=20@med?= =?UTF-8?q?uzen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index ddd1a49..2218899 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,19 @@ +# v0.3.2 + +* 100% async version +* now media are download in parallel thanks to async +* log are introduced into code for your viewing pleasure + +# v0.2.3 + +* using the async version of `reqwest` +* introducing async functions and make `tokio` the de facto executor for everything async + +# v0.2.1 + +* using `tokio-compat` to avoid having 3 different versions of `tokio` in the same executable +* encapsulating async calls inside blocking tokio runtime calls + # v0.1.8 * fix #1: mentions are treated like decoded urls (this is not really needed to push it this far but it would be easier in case you want to modify it)