diff options
author | danielsdeleo <dan@getchef.com> | 2014-07-30 15:05:31 -0700 |
---|---|---|
committer | danielsdeleo <dan@getchef.com> | 2014-07-30 15:12:47 -0700 |
commit | 031a09221d8d2d1b2c22bba1eca31abcb3d665d9 (patch) | |
tree | 221462e43a423bfc2d4539a98f93cc24b237517a /CHANGELOG.md | |
parent | 08cda78896af44809fa7108939bc57bda18a2181 (diff) | |
download | chef-031a09221d8d2d1b2c22bba1eca31abcb3d665d9.tar.gz |
Update changelog and release notes for policyfile fixes
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 748bb86c30..13d66ac932 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Chef Client Changelog ## Unreleased: + +* Fix a bug in the experimental Policyfile mode that caused errors when + using templates. +* Disable JSON encoding of request body when non-JSON content type is + specified. +* Clean up FileVendor and CookbookUploader internal APIs * [**Vasiliy Tolstov**](https://github.com/vtolstov): Reload systemd service only if it's running, otherwise start. * [**Chris Jerdonek**](https://github.com/cjerdonek): |