summaryrefslogtreecommitdiff
path: root/docs/change-log.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/change-log.md')
-rw-r--r--docs/change-log.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/change-log.md b/docs/change-log.md
index 7cc0506..2f0a9ed 100644
--- a/docs/change-log.md
+++ b/docs/change-log.md
@@ -1,6 +1,23 @@
Change log
==========
+4.2.0
+-----
+
+[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/63?closed=1)
+
+### Bugfixes
+
+- Fix `win32pipe.WaitNamedPipe` throw exception in Windows containers
+- Use `Hostname`, `Username`, `Port` and `ProxyCommand` settings from `.ssh/config` when on SSH
+- Set host key policy for ssh transport to `paramiko.WarningPolicy()`
+- Set logging level of `paramiko` to warn
+
+### Features
+
+- Add support for docker contexts through `docker.ContextAPI`
+
+
4.1.0
-----