summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielsdeleo <dan@getchef.com>2015-05-20 15:55:45 -0700
committerdanielsdeleo <dan@getchef.com>2015-05-20 15:55:45 -0700
commite470d561f9338cc99e7c7e6372e03a53f21dd232 (patch)
tree27a1a5917585683eb543860a0ea54f483d98772c
parent16163d77b84016229a0b285dada12fbc59b80565 (diff)
downloadchef-e470d561f9338cc99e7c7e6372e03a53f21dd232.tar.gz
Update changelog for chef-config gem
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7f2afbba04..ede7bf4412 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,6 +23,8 @@
* [**Dan Bjorge**](https://github.com/dbjorge):
Fix bad Windows securable\_resource functional spec assumptions for default file owners/groups #3266
+* [pr#3720](https://github.com/chef/chef/pull/3270): Extract chef's
+ configuration to a separate gem. Code stays in the Chef git repo.
* Add an integration test of chef-client with empty ENV. #3321
* Switch over Windows builds to universal builds. #3278
* Convert bootstrap template to use sh #2877