diff options
author | Joffrey F <joffrey@docker.com> | 2015-11-30 12:22:01 -0800 |
---|---|---|
committer | Joffrey F <joffrey@docker.com> | 2015-11-30 12:22:01 -0800 |
commit | a0c09722676af06fbf4f6ef73576286fad0aa943 (patch) | |
tree | ed6bbea8ff931a147aabfedf0034e697898c6556 | |
parent | ee864f2cd90b33ff002d1f30747581587a321802 (diff) | |
download | docker-py-1.6.0-release.tar.gz |
Update Changelog with one last bugfix1.6.0-release
Signed-off-by: Joffrey F <joffrey@docker.com>
-rw-r--r-- | docs/change_log.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/change_log.md b/docs/change_log.md index fa94db8..d0590a4 100644 --- a/docs/change_log.md +++ b/docs/change_log.md @@ -20,7 +20,6 @@ Change Log param. - ### Bugfixes * Fixed a bug where streaming data over HTTPS would sometimes behave @@ -30,6 +29,9 @@ Change Log * Fixed a bug where auth config credentials containing unicode characters would cause failures when pushing / pulling images. * Setting `tail=0` in `Client.logs` no longer shows past logs. +* Fixed a bug where `Client.pull` and `Client.push` couldn't handle image names + containing a dot. + ### Miscellaneous @@ -37,6 +39,7 @@ Change Log * Several test improvements and cleanup that should make the suite easier to expand and maintain moving forward. + 1.5.0 ----- |