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 /RELEASE_NOTES.md | |
parent | 08cda78896af44809fa7108939bc57bda18a2181 (diff) | |
download | chef-031a09221d8d2d1b2c22bba1eca31abcb3d665d9.tar.gz |
Update changelog and release notes for policyfile fixes
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 0f2b86be1b..c3b78c9f86 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -56,3 +56,22 @@ directory will also be inherited correctly. ## Knife now logs to stderr Informational messages from knife are now sent to stderr, allowing you to pipe the output of knife to other commands without having to filter these messages out. + +# Internal API Changes in this Release + +These changes do not impact any cookbook code, but may impact tools that +use the code base as a library. Authors of tools that rely on Chef +internals should review these changes carefully and update their +applications. + +## Changes to CookbookUpload + +`Chef::CookbookUpload.new` previously took a path as the second +argument, but due to internal changes, this parameter was not used, and +it has been removed. See: https://github.com/opscode/chef/commit/12c9bed3a5a7ab86ff78cb660d96f8b77ad6395d + +## Changes to FileVendor + +`Chef::Cookbook::FileVendor` was previously configured by passing a +block to the `on_create` method; it is now configured by calling either +`fetch_from_remote` or `fetch_from_disk`. See: https://github.com/opscode/chef/commit/3b2b4de8e7f0d55524f2a0ccaf3e1aa9f2d371eb |