From 8a4310d9b9cc522ca71327a9bc94ee757cccfcde Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Tue, 1 Oct 2013 21:37:29 -0500 Subject: [PATCH] Updated CHANGELOG for new accelerate features --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fef577eda..51cf17a4d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ New modules: Misc changes: +* (docs pending) New features for accelerate mode: configurable timeouts and a keepalives for long running tasks. * Added a `delimiter` field to the assemble module. * Added `ansible_env` to the list of facts returned by the setup module. * Added `state=touch` to the file module, which functions similarly to the command-line version of `touch`.