diff options
author | Joffrey F <joffrey@docker.com> | 2017-08-22 16:38:15 -0700 |
---|---|---|
committer | Joffrey F <joffrey@docker.com> | 2017-08-22 16:44:48 -0700 |
commit | b14df2ec1abce41d1136897a5afaee5805692a12 (patch) | |
tree | 6e00e89a713e67e955a67fc03efecf46130afd41 /docs | |
parent | b706011eefac0f150cf8efb299a15a428caf7191 (diff) | |
download | docker-py-2.5.1-release.tar.gz |
Bump 2.5.12.5.1-release
Signed-off-by: Joffrey F <joffrey@docker.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/change-log.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/change-log.md b/docs/change-log.md index 199e5ce..9fe15e1 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -1,6 +1,18 @@ Change log ========== +2.5.1 +----- + +[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/37?closed=1) + +### Bugfixes + +* Fixed a bug where patterns ending with `**` in `.dockerignore` would + raise an exception +* Fixed a bug where using `attach` with the `stream` argument set to `False` + would raise an exception + 2.5.0 ----- |