diff --git a/CHANGELOG.md b/CHANGELOG.md index e95272f962e..3d682ea6cad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,13 @@ Ansible Changes By Release * Fix a bug with squashing loops for special modules (mostly package managers). The optimization was squashing when the loop did not apply to the selection of packages. This has now been fixed. +* Temp files created when using vault are now "shredded" using the unix shred + program which overwrites the file with random data. +* Some fixes to cloudstack modules for case sensitivity +* Fix non-newstyle modules (non-python modules and old-style modules) to + disabled pipelining. +* Fix fetch module failing even if fail_on_missing is set to False +* Fix for cornercase when local connections, sudo, and raw were used together. ## 2.0 "Over the Hills and Far Away" - Jan 12, 2016