Skip to content

Commit 498c7d4

Browse files
committed
Update changelog for 1.7.1
Signed-off-by: Joffrey F <[email protected]>
1 parent 19564e3 commit 498c7d4

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/change_log.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
Change Log
22
==========
33

4+
1.7.1
5+
-----
6+
7+
[List of PRs / issues for this release](https://github.com/docker/docker-py/issues?q=milestone%3A1.7.1+is%3Aclosed)
8+
9+
### Features
10+
11+
* Added support for `shm_size` in `Client.create_host_config`
12+
13+
### Bugfixes
14+
15+
* Fixed a bug where Dockerfile would sometimes be excluded from the build
16+
context.
17+
* Fixed a bug where a docker config file containing unknown keys would raise
18+
an exception.
19+
* Fixed an issue with SSL connections behaving improperly when pyOpenSSL
20+
was installed in the same environment.
21+
* Several TLS configuration improvements
22+
23+
424
1.7.0
525
-----
626

0 commit comments

Comments
 (0)