diff options
Diffstat (limited to 'DOC_CHANGES.md')
-rw-r--r-- | DOC_CHANGES.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/DOC_CHANGES.md b/DOC_CHANGES.md index dbe79478f5..4e11a6f957 100644 --- a/DOC_CHANGES.md +++ b/DOC_CHANGES.md @@ -39,3 +39,8 @@ This probably only needs to be a bullet point added to http://docs.getchef.com/n ## Drop SSL Warnings Now that the default for SSL checking is on, no more warning is emitted when SSL checking is off. + +## Multi-package Support +The `package` provider has been extended to support multiple packages. This +support is new and and not all subproviders yet support it. Full support for +`apt` and `yum` has been implemented. |