summaryrefslogtreecommitdiff
path: root/DOC_CHANGES.md
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2015-04-30 14:28:17 +0100
committerThom May <thom@chef.io>2015-04-30 14:30:03 +0100
commit5050b047c230b8ab12ced01eaa1ff8126258456d (patch)
treebbc2986a7fd9ef86b07f5ff4e6c03d2d83e0fe1c /DOC_CHANGES.md
parentb18b5ed8ef1360f9444649d1efd643727e5a42ed (diff)
downloadchef-5050b047c230b8ab12ced01eaa1ff8126258456d.tar.gz
Update changelog for releases
Diffstat (limited to 'DOC_CHANGES.md')
-rw-r--r--DOC_CHANGES.md19
1 files changed, 0 insertions, 19 deletions
diff --git a/DOC_CHANGES.md b/DOC_CHANGES.md
index 62de8633cf..6b58871418 100644
--- a/DOC_CHANGES.md
+++ b/DOC_CHANGES.md
@@ -5,22 +5,3 @@ Example Doc Change:
### Headline for the required change
Description of the required change.
-->
-
-### Chef Client and Knife `--no-listen` Flag and `listen` Config Option
-
-Chef Client and Knife have a `--no-listen` CLI option. It is only
-relevant when using local mode (`-z`). When this flag is given, Chef
-Zero does not bind to a port on localhost. The same behavior can be
-activated by setting `listen false` in the relevant config file.
-
-### Chef Client, Solo, and Apply `--minimal-ohai` Flag
-
-Chef Client, Solo, and Apply all implement a `--minimal-ohai` flag. When
-set, Chef only runs the bare minimum necessary ohai plugins required for
-internal functionality. This reduces the run time of ohai and might
-improve Chef performance by reducing the amount of data kept in memory.
-Most users should NOT use this mode, however, because cookbooks that
-rely on data collected by other ohai plugins will definitely be broken
-when Chef is run in this mode. It may be possible for advanced users to
-work around that by using the ohai resource to collect the "missing"
-data during the compile phase.