summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBryan McLellan <btm@opscode.com>2015-02-12 14:06:51 -0500
committerBryan McLellan <btm@opscode.com>2015-02-12 14:06:51 -0500
commit3d39aad53a8c0e17ee827ed4b3b7bad78674b2bc (patch)
tree7e91eef8ae7c49e0bf4b82a73baac9a33e2b1321 /CHANGELOG.md
parent7579a6b62998f3a147d0c316c73c6b466566c453 (diff)
downloadchef-3d39aad53a8c0e17ee827ed4b3b7bad78674b2bc.tar.gz
Update CHANGELOG for contributions
Closes #1026 Closes #2767 Closes #2842 Closes #2890
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6474c99009..35a0afb657 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -55,8 +55,13 @@
* [**Naotoshi Seo**](https://github.com/sonots):
Support HTTP/FTP source on rpm_package
add json_attribs option for chef-apply command
+ allow_downgrade in rpm_package
* [**AJ Christensen**](https://github.com/fujin):
Isolate/fix the no-fork fault. [Issue 2709](https://github.com/chef/chef/issues/2709)
+* [**Cory Stephenson**](https://github.com/Aevin1387):
+ Remove comments of a service being enabled/disabled in FreeBSD. [Fixes #1791](https://github.com/chef/chef/issues/1791)
+* [**Will Albenzi**](https://github.com/walbenzi):
+ CHEF-4591: Knife commands to manipulate env_run_list on nodes
### Chef Contributions
* ruby 1.9.3 support is dropped
@@ -77,9 +82,9 @@
* fixes a bug where providers would not get defined if a top-level ruby constant with the same name was already defined (ark cookbook, chrome cookbook)
* Fix a bug in `reboot`, `ips_package`, `paludis_package`, `windows_package` resources where `action :nothing` was not permitted
* Use Chef::ApiClient#from_hash in `knife client create` to avoid json_class requirement. [Issue 2542](https://github.com/chef/chef/issues/2542)
-* Add support for policyfile native API (preview). These APIs are
- unstable, and you may be forced to delete data uploaded to them in a
+* Add support for policyfile native API (preview). These APIs are unstable, and you may be forced to delete data uploaded to them in a
future release, so only use them for demonstration purposes.
+* Deprecation warning for 'knife cookbook test'
## 12.0.3
* [**Phil Dibowitz**](https://github.com/jaymzh):