From 498c7d4837b4accaf88880830de096eddb8ef353 Mon Sep 17 00:00:00 2001 From: Joffrey F Date: Wed, 17 Feb 2016 11:00:19 -0800 Subject: Update changelog for 1.7.1 Signed-off-by: Joffrey F --- docs/change_log.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/change_log.md b/docs/change_log.md index d6b5767..b9b4fbb 100644 --- a/docs/change_log.md +++ b/docs/change_log.md @@ -1,6 +1,26 @@ Change Log ========== +1.7.1 +----- + +[List of PRs / issues for this release](https://github.com/docker/docker-py/issues?q=milestone%3A1.7.1+is%3Aclosed) + +### Features + +* Added support for `shm_size` in `Client.create_host_config` + +### Bugfixes + +* Fixed a bug where Dockerfile would sometimes be excluded from the build + context. +* Fixed a bug where a docker config file containing unknown keys would raise + an exception. +* Fixed an issue with SSL connections behaving improperly when pyOpenSSL + was installed in the same environment. +* Several TLS configuration improvements + + 1.7.0 ----- -- cgit v1.2.1