summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <toshio@fedoraproject.org>2016-01-28 13:19:15 -0800
committerToshio Kuratomi <toshio@fedoraproject.org>2016-01-28 13:19:31 -0800
commitd60764bc811b08618c2ed30d377546399487fa85 (patch)
tree23aecdcc6014a360b6e10fc95044b0f7a83fc4d3
parent951fa36fca7bdd9b97fa732bf5b2f88c0db8eaf5 (diff)
downloadansible-d60764bc811b08618c2ed30d377546399487fa85.tar.gz
Add more entries to changelog
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e95272f962..3d682ea6ca 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