summaryrefslogtreecommitdiff
path: root/docs/change-log.md
diff options
context:
space:
mode:
authorJoffrey F <joffrey@docker.com>2017-08-22 16:38:15 -0700
committerJoffrey F <joffrey@docker.com>2017-08-22 16:44:48 -0700
commitb14df2ec1abce41d1136897a5afaee5805692a12 (patch)
tree6e00e89a713e67e955a67fc03efecf46130afd41 /docs/change-log.md
parentb706011eefac0f150cf8efb299a15a428caf7191 (diff)
downloaddocker-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/change-log.md')
-rw-r--r--docs/change-log.md12
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
-----