summaryrefslogtreecommitdiff
path: root/docs/change_log.md
diff options
context:
space:
mode:
authorJoffrey F <joffrey@docker.com>2016-04-28 17:15:20 -0700
committerJoffrey F <joffrey@docker.com>2016-04-28 17:15:20 -0700
commitd6e70e2c40bad175925e9276da0788815de0385d (patch)
tree5583b0609dbcfc1cebf1b5b68d7e7ca9f671badc /docs/change_log.md
parent5df7b317e4bd6d871feac924a46f6fcce21e5a7a (diff)
downloaddocker-py-1.8.1-release.tar.gz
Update ChangeLog and version.py (1.8.1)1.8.1-release
Signed-off-by: Joffrey F <joffrey@docker.com>
Diffstat (limited to 'docs/change_log.md')
-rw-r--r--docs/change_log.md15
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
-----