summaryrefslogtreecommitdiff
path: root/docs/change_log.md
diff options
context:
space:
mode:
authorJoffrey F <joffrey@docker.com>2015-01-12 14:16:41 -0800
committerJoffrey F <joffrey@docker.com>2015-01-12 14:16:41 -0800
commit53ef3c380c9ac100cb71c4442d56a26e6ff7174c (patch)
tree8acacb89fe5bd7795d02890c3e6a527abf17a4f2 /docs/change_log.md
parent5794b98000c76752891ba2435516a3f755598ac6 (diff)
downloaddocker-py-0.7.1-release.tar.gz
Updated version and changelog0.7.1-release
Diffstat (limited to 'docs/change_log.md')
-rw-r--r--docs/change_log.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/change_log.md b/docs/change_log.md
index 91c99d3..2470e51 100644
--- a/docs/change_log.md
+++ b/docs/change_log.md
@@ -1,6 +1,23 @@
Change Log
==========
+0.7.1
+-----
+
+### Bugfixes
+
+* `setup.py` now indicates a maximum version of requests to work around the
+ boot2docker / `assert_hostname` bug.
+* Removed invalid exception when using the Registry Hub's FQDN when pulling.
+* Fixed an issue where early HTTP errors weren't handled properly in streaming
+ responses.
+* Fixed a bug where sockets would close unexpectedly using Python 3.x
+* Various fixes for integration tests.
+
+### Miscellaneous
+
+* Small doc fixes
+
0.7.0
-----