diff options
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 |