summaryrefslogtreecommitdiff
path: root/docs/change_log.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/change_log.md')
-rw-r--r--docs/change_log.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/change_log.md b/docs/change_log.md
index 2d80022..089c003 100644
--- a/docs/change_log.md
+++ b/docs/change_log.md
@@ -15,6 +15,8 @@ Change Log
* Added support for the `internal` param in `Client.create_network`.
* Added support for `ipv4_address` and `ipv6_address` in utils function
`create_endpoint_config`.
+* Added support for custom user agent setting in the `Client` constructor.
+ By default, docker-py now also declares itself in the `User-Agent` header.
### Bugfixes