From c81cff1977eb3274ed4a3b0a4aeb9fe361b3a99a Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Tue, 25 Aug 2015 14:59:22 -0700 Subject: [PATCH] Add docker connection plugin to changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7525da690ab..09835c40f81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -179,6 +179,9 @@ New Lookups: * ini * shelvefile +New Connection Methods: + * Added a connection plugin for talking to docker containers on the ansible controller machine without using ssh + Minor changes: * Many more tests, new API makes things more testable and we took advantage of it