add changes for 3.1.12

Signed-off-by: Nico Schottelius <nico@freiheit.schottelius.org>
This commit is contained in:
Nico Schottelius 2015-03-19 18:21:06 +09:00
parent 057f4c1be7
commit 4f2d529085
1 changed files with 11 additions and 2 deletions

View File

@ -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)