diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2014-12-08 13:46:36 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2014-12-08 13:46:36 -0800 |
commit | aabbcf35f8abd93bf54d53bfb5790aec5b956293 (patch) | |
tree | c2e3164d0e3c9db44db480f8088ba46033adc6ad /CHANGELOG.md | |
parent | 1b3705ca383b64092c9ef54d7e46201fab6271c7 (diff) | |
download | chef-aabbcf35f8abd93bf54d53bfb5790aec5b956293.tar.gz |
Adding CHANGELOG entries for script+execute cleanup
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e0e439b56b..80e01bec49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,8 @@ * ruby 1.9.3 support is dropped * Update Chef to use RSpec 3. * Create constant for LWRP before calling `provides` +* Cleaned up script and execute provider + specs +* Added deprecation warnings around the use of command attribute in script resources ## 12.0.0 |