From 49d9fb10037ae35ee0a1398bc377939abff08038 Mon Sep 17 00:00:00 2001 From: debugtalk Date: Thu, 11 Apr 2019 12:41:09 +0800 Subject: [PATCH] update changelog --- HISTORY.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index ec95c29f..4cd557f7 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,14 @@ # Release History +## 2.1.1 (2019-04-11) + +**Features** + +refactor upload files mechanism with [requests-toolbelt](https://toolbelt.readthedocs.io/en/latest/user.html#multipart-form-data-encoder): + +- simplify usage syntax, detect mimetype with [filetype](https://github.com/h2non/filetype.py). +- support upload multiple fields. + ## 2.1.0 (2019-04-10) **Features**