summaryrefslogtreecommitdiff
path: root/docs/change-log.md
diff options
context:
space:
mode:
authoraiordache <anca.iordache@docker.com>2021-02-15 16:08:12 +0100
committeraiordache <anca.iordache@docker.com>2021-02-15 16:08:12 +0100
commit98eadb9f98ef80b4fd6d370b8252d1b5d4f41c50 (patch)
treeb7d18256f9a0856e103826c23be82bc5d3cfa228 /docs/change-log.md
parent93e02ab207a23841a19c62f221c93fda7cde88a9 (diff)
downloaddocker-py-4.4.2-release.tar.gz
Release 4.4.24.4.24.4.2-release
Signed-off-by: aiordache <anca.iordache@docker.com>
Diffstat (limited to 'docs/change-log.md')
-rw-r--r--docs/change-log.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/change-log.md b/docs/change-log.md
index 351e2c5..089a9b7 100644
--- a/docs/change-log.md
+++ b/docs/change-log.md
@@ -1,6 +1,19 @@
Change log
==========
+4.4.2
+-----
+
+[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/71?closed=1)
+
+### Bugfixes
+- Fix SSH connection bug where the hostname was incorrectly trimmed and the error was hidden
+- Fix docs example
+
+### Miscellaneous
+- Add Python3.8 and 3.9 in setup.py classifier list
+
+
4.4.1
-----