summaryrefslogtreecommitdiff
path: root/docs/change-log.md
diff options
context:
space:
mode:
authorJoffrey F <joffrey@docker.com>2017-11-08 16:43:56 -0800
committerJoffrey F <joffrey@docker.com>2017-11-08 16:43:56 -0800
commit2008f526607f9ef4d7e2b6084d51969876fea0a8 (patch)
tree888c14785a92e84fddd5e332bcb66fe307d0850e /docs/change-log.md
parentaafae3dd86d9c1052b41935a6d8b0f590b0abf26 (diff)
downloaddocker-py-2.6.1-release.tar.gz
2.6.1 release2.6.1-release
Signed-off-by: Joffrey F <joffrey@docker.com>
Diffstat (limited to 'docs/change-log.md')
-rw-r--r--docs/change-log.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/docs/change-log.md b/docs/change-log.md
index ca19981..57293f3 100644
--- a/docs/change-log.md
+++ b/docs/change-log.md
@@ -1,10 +1,21 @@
Change log
==========
+2.6.1
+-----
+
+[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/40?closed=1)
+
+### Bugfixes
+
+* Fixed a bug on Python 3 installations preventing the use of the `attach` and
+ `exec_run` methods.
+
+
2.6.0
-----
-[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/34?closed=1)
+[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/38?closed=1)
### Features