summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoffrey F <joffrey@docker.com>2016-10-14 17:19:31 -0700
committerJoffrey F <joffrey@docker.com>2016-10-14 17:19:31 -0700
commit413832f468447aab95400ca2a8c8b5d6743cdadf (patch)
tree1aa08f9ef7e96eea5c6f7905355bf7386a349b12
parentcf4aa9c89ec950ed1d4dbb12b23d6584e29719f0 (diff)
downloaddocker-py-1.10.4-release.tar.gz
More changelog entries1.10.4-release
Signed-off-by: Joffrey F <joffrey@docker.com>
-rw-r--r--docs/change_log.md3
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