diff options
-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 ----- |