summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoffrey F <joffrey@docker.com>2019-05-18 19:53:53 -0700
committerJoffrey F <joffrey@docker.com>2019-05-18 20:05:20 -0700
commit307e2b3eda7198cbc991a8fbc2bce25b08e9eb9f (patch)
tree20b2ce3401ac29af32913e25feedddeccad1fe6d
parent4d08f2c33d0cd15413c5dd0fd5a16e22436b3e81 (diff)
downloaddocker-py-4.0.1-release.tar.gz
Changelog 4.0.14.0.1-release
Signed-off-by: Joffrey F <joffrey@docker.com>
-rw-r--r--docs/change-log.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/change-log.md b/docs/change-log.md
index 53e9f20..4032249 100644
--- a/docs/change-log.md
+++ b/docs/change-log.md
@@ -1,6 +1,20 @@
Change log
==========
+4.0.1
+-----
+
+[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/60?closed=1)
+
+### Bugfixes
+
+- Fixed an obsolete import in the `credentials` subpackage that caused import errors in
+ Python 3.7
+
+### Miscellaneous
+
+- Docs building has been repaired
+
4.0.0
-----