diff options
Diffstat (limited to 'docs/change-log.md')
-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 5a0d55a..2bd11a7 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -1,6 +1,18 @@ Change log ========== +3.4.1 +----- + +[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/52?closed=1) + +### Bugfixes + +* Fixed a bug that caused auth values in config files written using one of the + legacy formats to be ignored +* Fixed issues with handling of double-wildcard `**` patterns in + `.dockerignore` files + 3.4.0 ----- |