Skip to content

Commit 939bc9a

Browse files
committed
Updated changelog
1 parent 96950a4 commit 939bc9a

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

docs/change_log.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
Change Log
22
==========
33

4+
0.7.2
5+
-----
6+
7+
### Features
8+
9+
* Added support for `mac_address` in `Client.create_container`
10+
11+
### Bugfixes
12+
13+
* Fixed a bug where streaming responses (`pull`, `push`, `logs`, etc.) were
14+
unreliable (#300)
15+
* Fixed a bug where resolve_authconfig wouldn't properly resolve configuration
16+
for private repositories (#468)
17+
* Fixed a bug where some errors wouldn't be properly constructed in
18+
`client.py`, leading to unhelpful exceptions bubbling up (#466)
19+
* Fixed a bug where `Client.build` would try to close context when externally
20+
provided (`custom_context == True`) (#458)
21+
* Fixed an issue in `create_host_config` where empty sequences wouldn't be
22+
interpreted properly (#462)
23+
24+
### Miscellaneous
25+
26+
* Added `resolve_authconfig` tests.
27+
428
0.7.1
529
-----
630

0 commit comments

Comments
 (0)