summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielsdeleo <dan@getchef.com>2015-05-20 15:55:45 -0700
committerThom May <thom@chef.io>2015-05-21 13:47:27 +0100
commit3333a6d42e3f37feff1290268e814d8844cd4895 (patch)
treee5e8faf84dca73fc06067c48cb55c0cbe528ffd2
parent991feda81046bc85c99874f6d4b899c4608ad2db (diff)
downloadchef-3333a6d42e3f37feff1290268e814d8844cd4895.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 cc05f5d4c2..7834373e13 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -24,6 +24,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