From 8998ea929890e918eab76d84c6e2825a7a25d223 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 29 Nov 2013 16:02:17 +0100 Subject: [PATCH] ++changes(2.3.7) Signed-off-by: Nico Schottelius --- docs/changelog | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/changelog b/docs/changelog index 3c185d48..ec584026 100644 --- a/docs/changelog +++ b/docs/changelog @@ -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