summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@loftninjas.org>2014-06-18 11:08:33 -0400
committerBryan McLellan <btm@loftninjas.org>2014-06-18 11:08:33 -0400
commit8b94d87ac6e33b08bbfd1ff46e9db3fd2464e337 (patch)
tree5f2cc120f7e2f596002077c637b940f4e501eb20
parentadeaa9dbd65c2ab9deeb2ddf46e409aa5393c5f4 (diff)
parent3f9f8f5ca4a8d4d8db00db39c884ad82f3686443 (diff)
downloadchef-8b94d87ac6e33b08bbfd1ff46e9db3fd2464e337.tar.gz
Merge pull request #1502 from opscode/shain/changelog
Updated changelog CHEF-4893 + CHEF-5095
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d1b49e988a..4cd6f12f4b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -80,6 +80,8 @@
* [**Allan Espinosa**](https://github.com/aespinosa):
Properly knife bootstrap on ArchLinux. (CHEF-5366)
+* Update rpm provider checking regex to allow for special characters (CHEF-4893)
+* Allow for spaces in selinux controlled directories (CHEF-5095)
* Log resource always triggers notifications (CHEF-4028)
* Prevent tracing? from throwing an exception when first starting chef-shell.
* Use Upstart provider on Ubuntu 13.10+. (CHEF-5276)