summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Scherer <stefan.scherer@docker.com>2021-10-14 10:46:17 +0200
committerGitHub <noreply@github.com>2021-10-14 10:46:17 +0200
commitac5f6ef93aa392090b5e6bc3c8b1112cf0c8981d (patch)
treebf523b6447bec1100fc31e42bd1e637a6ef85525
parent7172269b067271911a9e643ebdcdca8318f2ded3 (diff)
parentecace769f5d81b5ea1a25befed8eebe2c723d33e (diff)
downloaddocker-py-ac5f6ef93aa392090b5e6bc3c8b1112cf0c8981d.tar.gz
Merge pull request #2897 from aiordache/changelog_5.0.3
Update changelog for 5.0.3
-rw-r--r--docs/change-log.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/change-log.md b/docs/change-log.md
index 2ff0774..91f3fe6 100644
--- a/docs/change-log.md
+++ b/docs/change-log.md
@@ -1,6 +1,21 @@
Change log
==========
+5.0.3
+-----
+
+[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/76?closed=1)
+
+### Features
+- Add `cap_add` and `cap_drop` parameters to service create and ContainerSpec
+- Add `templating` parameter to config create
+
+### Bugfixes
+- Fix getting a read timeout for logs/attach with a tty and slow output
+
+### Miscellaneous
+- Fix documentation examples
+
5.0.2
-----