diff options
author | Joffrey F <joffrey@docker.com> | 2017-01-09 15:22:22 -0800 |
---|---|---|
committer | Joffrey F <joffrey@docker.com> | 2017-01-09 15:57:29 -0800 |
commit | 91a185d7a57464d2b8826d48495bde02098a0079 (patch) | |
tree | a62134b5ca1e1f5fe81d8537649893d6fe2cd55c | |
parent | 56cfe0bf09cead230dc2abe5521656809ff63634 (diff) | |
download | docker-py-91a185d7a57464d2b8826d48495bde02098a0079.tar.gz |
Bump 2.0.1
Signed-off-by: Joffrey F <joffrey@docker.com>
-rw-r--r-- | docs/change-log.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/change-log.md b/docs/change-log.md index cb0e613..91eafcc 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -1,6 +1,19 @@ Change log ========== +2.0.1 +----- + +[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/28?closed=1) + +### Bugfixes + +* Fixed a bug where forward slashes in some .dockerignore patterns weren't + being parsed correctly on Windows +* Fixed a bug where `Mount.parse_mount_string` would never set the read_only + parameter on the resulting `Mount`. +* Fixed a bug where `Mount.parse_mount_string` would incorrectly mark host + binds as being of `volume` type. 2.0.0 ----- |