summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2015-02-09 14:08:02 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2015-02-09 14:08:57 -0800
commit878ecf09a8945235637e3f761626f1e3c9e86ca1 (patch)
treeb6f6f7956a27dae21b623c7037182d944f5e2d95
parent25c2ef0b28d1977c8d639138d3dee01b4b8aa88e (diff)
downloadchef-878ecf09a8945235637e3f761626f1e3c9e86ca1.tar.gz
add DOC_CHANGES.md
-rw-r--r--DOC_CHANGES.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/DOC_CHANGES.md b/DOC_CHANGES.md
index 4e11a6f957..e1b90d304d 100644
--- a/DOC_CHANGES.md
+++ b/DOC_CHANGES.md
@@ -44,3 +44,11 @@ checking is off.
The `package` provider has been extended to support multiple packages. This
support is new and and not all subproviders yet support it. Full support for
`apt` and `yum` has been implemented.
+
+## Add compile_time option to chef_gem
+
+This option defaults to true, which is deprecated, and setting this to false
+will stop chef_gem from automatically installing at compile_time. False is
+the recommended setting as long as the gem is only used in provider code (a
+best practice) and not used directly in recipe code.
+