diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/change_log.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/change_log.md b/docs/change_log.md index f891379..be818df 100644 --- a/docs/change_log.md +++ b/docs/change_log.md @@ -1,6 +1,21 @@ Change Log ========== +1.8.1 +----- + +[List of PRs / issues for this release](https://github.com/docker/docker-py/issues?q=milestone%3A1.8.0+is%3Aclosed) + +### Bugfixes + +* Fixed a bug where calling `login()` against the default registry would fail + with the 1.10.x engine +* Fixed a bug where values in environment files would be parsed incorrectly if + they contained an equal sign. +* Switched to a better supported backport of the `match_hostname` function, + fixing dependency issues in some environments. + + 1.8.0 ----- |