summaryrefslogtreecommitdiff
path: root/docs/change-log.md
diff options
context:
space:
mode:
authorJoffrey F <joffrey@docker.com>2019-05-01 20:00:51 -0700
committerJoffrey F <joffrey@docker.com>2019-05-01 20:01:25 -0700
commitf59e317dba636a6922a33c7740912c9bda32be86 (patch)
tree5881ace682358eb6aee00c758bbee670d96d4287 /docs/change-log.md
parent75e0ad017c5b784b1329d02bca2e4eee6b4374d9 (diff)
parenta4c251d230861358c3ee848de6c0852bd96b048f (diff)
downloaddocker-py-update_master_release_notes.tar.gz
Merge branch 'release'update_master_release_notes
Signed-off-by: Joffrey F <joffrey@docker.com>
Diffstat (limited to 'docs/change-log.md')
-rw-r--r--docs/change-log.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/change-log.md b/docs/change-log.md
index 9edfee2..d7c3361 100644
--- a/docs/change-log.md
+++ b/docs/change-log.md
@@ -1,6 +1,17 @@
Change log
==========
+3.7.2
+-----
+
+[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/59?closed=1)
+
+### Bugfixes
+
+* Fix base_url to keep TCP protocol on utils.py by letting the responsability of changing the
+protocol to `parse_host` afterwards, letting `base_url` with the original value.
+* XFAIL test_attach_stream_and_cancel on TLS
+
3.7.1
-----