We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d73c6 commit d863f72Copy full SHA for d863f72
docs/change-log.md
@@ -1,6 +1,17 @@
1
Change log
2
==========
3
4
+3.7.2
5
+-----
6
+
7
+[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/59?closed=1)
8
9
+### Bugfixes
10
11
+* Fix base_url to keep TCP protocol on utils.py by letting the responsability of changing the
12
+protocol to `parse_host` afterwards, letting `base_url` with the original value.
13
+* XFAIL test_attach_stream_and_cancel on TLS
14
15
3.7.1
16
-----
17
0 commit comments