++changes(3.0.0)

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
Nico Schottelius 2013-12-19 15:06:51 +01:00
parent 1d0233fe4e
commit ad5c105858
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ Changelog
* New Type: __package_emerge (Daniel Heule)
* New Type: __package_emerge_dependencies (Daniel Heule)
* Type __cron: Add support for raw lines (Daniel Heule)
* Type __cron: Suppress stderr output from crontab (Daniel Heule)
* Type __cron: Fix quoting issue (Daniel Heule)
* Type __file: Do not generate code if mode is 0xxx
* Type: __iptables_rule: Use default parameter
* Type __key_value: Fix quoting issue (Steven Armstrong)