diff options
author | Serdar Sutay <serdar@opscode.com> | 2014-12-08 18:38:05 -0800 |
---|---|---|
committer | Serdar Sutay <serdar@opscode.com> | 2014-12-08 18:38:05 -0800 |
commit | 71d84cd65e3b064f44ecd9a03a6a2bb4a84b593d (patch) | |
tree | 94f0fd830923b04957fe0644f24698739855b519 /CHANGELOG.md | |
parent | 7f760f67d178c050a521b6c0ead38fa1cec0eeee (diff) | |
download | chef-71d84cd65e3b064f44ecd9a03a6a2bb4a84b593d.tar.gz |
CHANGELOG update for the issue.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 80e01bec49..e43003b81a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ * 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 +* `path` attribute of `execute` resource is restored to provide backwards compatibility with Chef 11. ## 12.0.0 |