From ed46fb0143020621c68bd2e62bf5a0780552c1fb Mon Sep 17 00:00:00 2001 From: aiordache Date: Fri, 21 Aug 2020 10:43:12 +0200 Subject: [PATCH] Add release 4.3.1 information to changelog Signed-off-by: aiordache --- docs/change-log.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/change-log.md b/docs/change-log.md index cecce9d8..11c055fd 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -1,6 +1,16 @@ Change log ========== +4.3.1 +----- + +[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/68?closed=1) + +### Miscellaneous +- Set default API version to `auto` +- Fix conversion to bytes for `float` +- Support OpenSSH `identityfile` option + 4.3.0 -----