doc: changelog: add cs_snapshot_policy module

This commit is contained in:
Rene Moser 2016-05-28 11:39:16 +02:00
parent f961f9f4d0
commit 1c1f0a62b3
No known key found for this signature in database
GPG key ID: 8306965BE6D6331D

View file

@ -14,6 +14,7 @@ Ansible Changes By Release
* ec2_vpc_nacl_facts
- cloudstack
* cs_router
* cs_snapshot_policy
- smartos
* smartos_image_facts
- systemd
@ -188,7 +189,7 @@ Ansible Changes By Release
###Minor Changes:
* Added support for pipelining mode to more connection plugins, which helps prevent
* Added support for pipelining mode to more connection plugins, which helps prevent
module data from being written to disk.
* Added a new '!unsafe' YAML decorator, which can be used in playbooks to ensure a
string is not templated. For example: `foo: !unsafe "Don't template {{me}}"`.