summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Dibowitz <phil@ipom.com>2015-02-03 14:00:18 -0800
committerPhil Dibowitz <phil@ipom.com>2015-02-03 19:32:37 -0800
commit5c7ddc4b0fe9ea654bae5fee121c4eedf127bed7 (patch)
tree840e901aef0cd8648655a0620aea1347ffa5c17a
parent6af2134921d0237aaa0b99ac041f17d9e1e56291 (diff)
downloadchef-5c7ddc4b0fe9ea654bae5fee121c4eedf127bed7.tar.gz
Docs for changes
-rw-r--r--CHANGELOG.md2
-rw-r--r--DOC_CHANGES.md5
-rw-r--r--RELEASE_NOTES.md5
3 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 27aa534125..c161ac5adc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -50,6 +50,8 @@
Fix knife cookbook upload messages
* [**David Crowder**] (https://github.com/david-crowder)
refactor to use shell_out in rpm provider
+* [**Phil Dibowitz**](https://github.com/jaymzh):
+ Multi-package support
### Chef Contributions
* ruby 1.9.3 support is dropped
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.
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 329f55555b..3c94bf21a9 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -68,6 +68,11 @@ Previously, when a URI scheme contained all uppercase letters, Chef would reject
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.
+
# Chef Client Release Notes 12.0.0:
# Internal API Changes in this Release