diff options
author | Joffrey F <joffrey@docker.com> | 2016-10-14 17:19:31 -0700 |
---|---|---|
committer | Joffrey F <joffrey@docker.com> | 2016-10-14 17:19:31 -0700 |
commit | 413832f468447aab95400ca2a8c8b5d6743cdadf (patch) | |
tree | 1aa08f9ef7e96eea5c6f7905355bf7386a349b12 /docs/change_log.md | |
parent | cf4aa9c89ec950ed1d4dbb12b23d6584e29719f0 (diff) | |
download | docker-py-1.10.4-release.tar.gz |
More changelog entries1.10.4-release
Signed-off-by: Joffrey F <joffrey@docker.com>
Diffstat (limited to 'docs/change_log.md')
-rw-r--r-- | docs/change_log.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/change_log.md b/docs/change_log.md index 17490d3..de63037 100644 --- a/docs/change_log.md +++ b/docs/change_log.md @@ -17,10 +17,13 @@ Change Log * Fixed a bug where some `environment` values in `create_container` containing unicode characters would raise an encoding error. * Fixed a number of issues tied with named pipe transport on Windows. +* Fixed a bug where inclusion patterns in `.dockerignore` would cause some + excluded files to appear in the build context on Windows. ### Miscellaneous * Adjusted version requirements for the `requests` library. +* It is now possible to run the docker-py test suite on Windows. 1.10.3 |