From 85d6af637aa6c03a3e326623725cc2842b279c48 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 12 Oct 2012 17:38:31 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10c36920a7b..7de4be824e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -92,6 +92,7 @@ Other module Changes, Upgrades, and Fixes: * inline documentation for modules allows documentation source to built without pull requests to the ansible-docs project, among other things * variable '$ansible_managed' is now great to include at the top of your templates and includes useful information and a warning that it will be replaced * "~" now expanded in command module when using creates/removes +* mysql module can do dumps and imports 0.7 "Panama" -- Sept 6 2012