++changes(2.3.7)

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
Nico Schottelius 2013-11-29 16:02:17 +01:00
parent bc9d40df37
commit 8998ea9298
1 changed files with 3 additions and 2 deletions

View File

@ -6,8 +6,9 @@ Changelog
2.3.7:
* Type __file: Secure the file transfer by using mktemp (Steven Armstrong)
* Type __link: Only remove links when state is absent (Steven Armstrong)
* Type __directory: Only remove directories when state is absent (Steven Armstrong)
* Type __file: Only remove file when state is absent (Steven Armstrong)
* Type __link: Only remove link when state is absent (Steven Armstrong)
* Type __directory: Only remove directory when state is absent (Steven Armstrong)
2.3.6: 2013-11-25
* New Type: __locale