summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2014-03-27 15:36:08 -0700
committersersut <serdar@opscode.com>2014-03-27 15:36:08 -0700
commit57b1894328be78666c19a98a98d2d941d518d22b (patch)
tree1b77c0e230e0a565fb1e6968702f863e9c4f72e1
parent6f4de779c7ece3905e83dc4af7a91f91de19d98f (diff)
downloadchef-57b1894328be78666c19a98a98d2d941d518d22b.tar.gz
Contribution info for CHEF-4443.
-rw-r--r--CHANGELOG.md2
-rw-r--r--CONTRIBUTIONS.md5
2 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c807195cd4..5757a8b445 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -58,7 +58,7 @@
* Add optional client-side generation of client keys during registration (CHEF-4373)
* Restore warning for the overlay feature in `knife cookbook upload`,
which was accidentally removed in 11.0.0.
-
+* Don't save the run_list during `node.save` when running with override run list. (CHEF-4443)
## Last Release: 11.10.0 (02/06/2014)
http://docs.opscode.com/release/11-10/release_notes.html
diff --git a/CONTRIBUTIONS.md b/CONTRIBUTIONS.md
index 7a372d85d9..cdaa2eb21b 100644
--- a/CONTRIBUTIONS.md
+++ b/CONTRIBUTIONS.md
@@ -31,5 +31,6 @@ Example Contribution:
* **nkrinner**: Add a public file_edited? method to Chef::Util::FileEdit.
* **jjasghar**: Output correct host name in knife ssh error message.
* **esigler**: Added default_choice option to Knife::UI#confirm.
-* **DracoAter**: Add support to the Cron resource for special strings, e.g. @reboot
-* **ryotarai**: Add support to the Cron resource for weekday passed as a symbol
+* **DracoAter**: Add support to the Cron resource for special strings, e.g. @reboot.
+* **ryotarai**: Add support to the Cron resource for weekday passed as a symbol.
+* **thommay **: Made sure that `node.save` doesn't save the run_list when chef is running with override-run-list.