From dac562a13246366d943655b88ff2bf28c72f22f4 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Wed, 2 Sep 2015 13:15:29 -0700 Subject: [PATCH] Add note about the trailing newlines change --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06cce7e0a7..b19ece3baf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,11 @@ Major Changes: # Output: "msg": "test1 1\\3" + * When a string with a trailing newline was specified in the playbook via yaml + dict format, the trailing newline was stripped. When specified in key=value + format the trailing newlines were kept. In v2, both methods of specifying the + string will keep the trailing newlines. + Deprecated Modules (new ones in parens): * ec2_ami_search (ec2_ami_find) * quantum_network (os_network)