diff options
author | Steven Danna <steve@opscode.com> | 2015-03-04 11:02:11 +0000 |
---|---|---|
committer | Steven Danna <steve@opscode.com> | 2015-03-04 11:29:42 +0000 |
commit | 0e8630d65a859332f9b580e0d10295c2f40b86ef (patch) | |
tree | 74db2143d95dbd059a1275542b37d67d851adafa /CHANGELOG.md | |
parent | 9971affd88292c4da8afaf2c2b06571757bd4f2e (diff) | |
download | chef-0e8630d65a859332f9b580e0d10295c2f40b86ef.tar.gz |
CHANGELOG and DOC_CHANGES updates for #2941
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 9e44ceffa4..dd0615b080 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ * mixin the LWRP attribute DSL method into Chef::Resource directly * make all LWRP attributes nillable * windows service now has a configurable timeout +* `knife ssh` now has an --exit-on-error option that allows users to + fail-fast rather than moving on to the next machine. ## 12.1.0 |