summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2014-03-12 15:39:10 -0700
committersersut <serdar@opscode.com>2014-03-12 15:40:27 -0700
commit19248f128e1f9c83a5190e732a4a0ab2e6070a0d (patch)
treea6fdf20d690a936d8ec426a2e0139193df99c816
parent207878a65ddf0c20a5e5ecc4db8a7d99c6322e11 (diff)
downloadchef-19248f128e1f9c83a5190e732a4a0ab2e6070a0d.tar.gz
Info for CHEF-4946.
-rw-r--r--CHANGELOG.md1
-rw-r--r--CONTRIBUTIONS.md3
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0eb223c539..317c13d3c3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,6 +22,7 @@
* 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)
+* ruby-shadow is not installed on cygwin platform anymore. (CHEF-4946)
## Last Release: 11.10.0 (02/06/2014)
diff --git a/CONTRIBUTIONS.md b/CONTRIBUTIONS.md
index 2a1bd70da6..7055e58b44 100644
--- a/CONTRIBUTIONS.md
+++ b/CONTRIBUTIONS.md
@@ -10,4 +10,5 @@ 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.
+* **linkfanel**: Made attribute arrays able to handle non-dupable elements while being duped.
+* **linkfanel**: Removed ruby-shadow installation on cygwin platform.