From 4f2d5290855c57864d5af721b9acc8623c61cef7 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 19 Mar 2015 18:21:06 +0900 Subject: [PATCH] add changes for 3.1.12 Signed-off-by: Nico Schottelius --- docs/changelog | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/changelog b/docs/changelog index 31a23505..f71f8906 100644 --- a/docs/changelog +++ b/docs/changelog @@ -1,10 +1,19 @@ Changelog --------- -next: +3.1.12: 2015-03-19 + * Core: Support object ids '.cdist' (Nico Schottelius) * New type: __firewalld_rule (Nico Schottelius) * Type __consul_agent: add support for acl options (Steven Armstrong) - * Core: Support object ids '.cdist' (Nico Schottelius) + * Type __consul_agent: add support for Debian (Nico Schottelius) + * Type __package_apt: Use default parameters (Antoine Catton) + * Type __package_luarocks: Use default parameters (Antoine Catton) + * Type __package_opkg: Use default parameters (Antoine Catton) + * Type __package_pacman: Use default parameters (Antoine Catton) + * Type __package_pip: Use default parameters (Antoine Catton) + * Type __package_pkg_freebsd: Use default parameters (Antoine Catton) + * Type __package_pkg_openbsd: Use default parameters (Antoine Catton) + * Type __package_pkgng_openbsd: Use default parameters (Antoine Catton) 3.1.11: 2015-02-27 * New type: __staged_file: Manage staged files (Steven Armstrong)