Adding accelerated mode deprecation to the CHANGELOG

This commit is contained in:
James Cammarata 2016-05-13 17:00:36 -04:00
parent cc347dcaa9
commit b40948acd9

View file

@ -182,6 +182,7 @@ Ansible Changes By Release
* Deprecated the use of "bare" variables in loops (ie. `with_items: foo`, where `foo` is a variable). * Deprecated the use of "bare" variables in loops (ie. `with_items: foo`, where `foo` is a variable).
The full jinja2 variable syntax of `{{foo}}` should always be used instead. This warning will be removed The full jinja2 variable syntax of `{{foo}}` should always be used instead. This warning will be removed
completely in 2.3, after which time it will be an error. completely in 2.3, after which time it will be an error.
* Deprecated accelerated mode.
## 2.0.2 "Over the Hills and Far Away" ## 2.0.2 "Over the Hills and Far Away"