summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2012-09-27 21:48:38 -0400
committerMichael DeHaan <michael.dehaan@gmail.com>2012-09-27 21:48:38 -0400
commit6b5088c676357fd61e45695967293dad817e4d8c (patch)
treec9299a44bac12667946975d903450c33d4e5c503 /CHANGELOG.md
parent0c855a85bcff5426b50ce78d2130dc2baa98fb02 (diff)
downloadansible-6b5088c676357fd61e45695967293dad817e4d8c.tar.gz
update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a4c741ac25..2483ee6c0d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -44,6 +44,14 @@ Misc/Unsorted:
* misc fixes/upgrades to the wait_for module
* date command usage in build scripts fixed for OS X
* git module now expands any "~" in provided destination paths
+* THINGS BELOW THIS LINE, NEED TO ANNOUNCE IN SUMMARY TO LIST YET:
+* ansible-module docs generator source merged in
+* ini_file module for manipulating INI files
+* only_if using register variables that are booleans now works in a boolean way like you'd expect
+* don't use SSH agent with paramiko if a password is specified
+* start of fireball mode -- ansible can bootstrap a ephemeral 0mq (zeromq) daemon that runs as a given user and expires after X period of time (WIP)
+* ignore stop error code failure for service module with state=restarted, always try to start
+* make output be cleaner on multi-line command/shell errors
0.7 "Panama" -- Sept 6 2012