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)