Add windows/unix newline change to the changelog

pull/14019/head
Toshio Kuratomi 9 years ago
parent 419bd389d8
commit b83ef89f09

@ -82,6 +82,11 @@ newline being stripped you can change your playbook like this:
"msg": "Testing some things" "msg": "Testing some things"
``` ```
* In 1.9.x, newlines in templates were converted to Unix EOL conventions. If
someone wanted a templated file to end up with Windows or Mac EOL
conventions, this could cause problems for them. In 2.x newlines now remain
as specified in the template file.
* When specifying complex args as a variable, the variable must use the full jinja2 * When specifying complex args as a variable, the variable must use the full jinja2
variable syntax ('{{var_name}}') - bare variable names there are no longer accepted. variable syntax ('{{var_name}}') - bare variable names there are no longer accepted.
In fact, even specifying args with variables has been deprecated, and will not be In fact, even specifying args with variables has been deprecated, and will not be

Loading…
Cancel
Save