Browse code

Add note about the trailing newlines change

Toshio Kuratomi authored on 2015/09/03 05:15:29
Showing 1 changed files
... ...
@@ -39,6 +39,11 @@ Major Changes:
39 39
      # Output:
40 40
      "msg": "test1 1\\3"
41 41
 
42
+ * When a string with a trailing newline was specified in the playbook via yaml
43
+   dict format, the trailing newline was stripped.  When specified in key=value
44
+   format the trailing newlines were kept.  In v2, both methods of specifying the
45
+   string will keep the trailing newlines.
46
+
42 47
 Deprecated Modules (new ones in parens):
43 48
   * ec2_ami_search (ec2_ami_find)
44 49
   * quantum_network (os_network)