From cd79fcc8c6c97f51e5b5155b3446437c9a94fdef Mon Sep 17 00:00:00 2001 From: John R Barker Date: Tue, 20 Sep 2016 19:40:10 +0100 Subject: [PATCH] Fixed formatting Need a blank line before headings --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3720e87795..1aa254dce20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -262,6 +262,7 @@ Ansible Changes By Release since (ansible-vault automatically re-encrypts the file using VaultAES256 whenever it is written to but not read), run ``ansible-vault rekey [filename]`` to move to VaultAES256. + ###Removed Deprecated: * ';' as host list separator. * with\_ 'bare variable' handling, now loop items must always be templated `{{ }}` or they will be considered as plain strings.