diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/change-log.md | 13 |
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 |