diff options
author | Serdar Sutay <serdar@opscode.com> | 2014-12-15 15:49:58 -0800 |
---|---|---|
committer | Serdar Sutay <serdar@opscode.com> | 2014-12-15 15:49:58 -0800 |
commit | 90da1b2f74883ded23be836b505301833ec7e2e6 (patch) | |
tree | 2c9fd9b42dfc2eeab363b54841613bae3d309115 /CHANGELOG.md | |
parent | b4abc3f24f8ccb7b3d137afc00369a10a736261d (diff) | |
download | chef-90da1b2f74883ded23be836b505301833ec7e2e6.tar.gz |
Contribution information for https://github.com/opscode/chef/pull/2634.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f3f43ea663..16ea68bcdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,11 @@ * [Issue 2625](https://github.com/opscode/chef/issues/2625) Fix missing `shell_out!` for `windows_package` resource * [Pull 2630](https://github.com/opscode/chef/pull/2630) Improve knife's SSL error messaging + +* [**BackSlasher**](https://github.com/BackSlasher) + [Issue 2634](https://github.com/opscode/chef/issues/2634) Fix `option ':command' is not a valid option` error in subversion provider. + + ## 12.0.1 * [Issue 2552](https://github.com/opscode/chef/issues/2552) Create constant for LWRP before calling `provides` |