From 3bf0a5071630a82f13c5aa912d2df16c5cef98cd Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Tue, 6 Mar 2018 09:01:15 -0800 Subject: [PATCH] Clarify docker SDK rather than docker API --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e9ad94e72c..d8c91f81b14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -99,7 +99,7 @@ Ansible Changes By Release * Fix for the znode zookeeper module: https://github.com/ansible/ansible/pull/36999 * Fix for the maven_artifact module: https://github.com/ansible/ansible/pull/37035 * Add changes to get docker_container, docker_common, and docker_network - working with Docker 3.x API: https://github.com/ansible/ansible/pull/36973 + working with Docker SDK 3.x: https://github.com/ansible/ansible/pull/36973