File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ Change Log
20
20
param.
21
21
22
22
23
-
24
23
### Bugfixes
25
24
26
25
* Fixed a bug where streaming data over HTTPS would sometimes behave
@@ -30,13 +29,17 @@ Change Log
30
29
* Fixed a bug where auth config credentials containing unicode characters would
31
30
cause failures when pushing / pulling images.
32
31
* Setting ` tail=0 ` in ` Client.logs ` no longer shows past logs.
32
+ * Fixed a bug where ` Client.pull ` and ` Client.push ` couldn't handle image names
33
+ containing a dot.
34
+
33
35
34
36
### Miscellaneous
35
37
36
38
* Default API version is now 1.21 (introduced in Docker 1.9.0)
37
39
* Several test improvements and cleanup that should make the suite easier to
38
40
expand and maintain moving forward.
39
41
42
+
40
43
1.5.0
41
44
-----
42
45
You can’t perform that action at this time.
0 commit comments