summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2014-03-12 15:35:40 -0700
committersersut <serdar@opscode.com>2014-03-12 15:35:40 -0700
commit7ab234961718d8637dd102eccae98daf605b0c60 (patch)
tree8776d0b256016da07109a8fb3b1affa0daf94248
parent5745ecbd55c49db714b4621f3e10872054accdb8 (diff)
downloadchef-7ab234961718d8637dd102eccae98daf605b0c60.tar.gz
Info for CHEF-4799.
-rw-r--r--CHANGELOG.md1
-rw-r--r--CONTRIBUTIONS.md1
2 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 94649dc523..0eb223c539 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,6 +21,7 @@
* Correctly handle exceptions in formatters when exception.message is nil (CHEF-4743)
* Fix convergence message in deploy provider (CHEF-4929)
* Make group resource idempotent when gid is specified as a string. (CHEF-4927)
+* Non-dupable elements are now handled when duping attribute arrays. (CHEF-4799)
## Last Release: 11.10.0 (02/06/2014)
diff --git a/CONTRIBUTIONS.md b/CONTRIBUTIONS.md
index 2945dac974..2a1bd70da6 100644
--- a/CONTRIBUTIONS.md
+++ b/CONTRIBUTIONS.md
@@ -10,3 +10,4 @@ Example Contribution:
* **jaymzh**: Added support for `enable` and `disable` to MacOSX service provider.
* **bossmc**: Made formatters more resilient to nil exception messages.
* **valodzka**: Fixed the convergence message in deploy provider.
+* **brugidou**: Made attribute arrays able to handle non-dupable elements while being duped.