diff --git a/.gitignore b/.gitignore index ebb7c6a0e..9f7eb50cb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.swp spec/fixtures/modules/* +pkg diff --git a/README.md b/README.md index e45ee5a49..2a241cad7 100644 --- a/README.md +++ b/README.md @@ -98,4 +98,6 @@ Release Notes * Further compatibility fixes for RHEL and its derivatives. * Postgres support added. * Adjustments to help in supporting the still in development quantum module. +* Config changes can be hidden from Puppet logs. +* Move from deprecated rabbit_notifier to rpc_notifier. * Various cleanups and bug fixes.