summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-04-18 08:57:27 -0700
committerTim Smith <tsmith@chef.io>2019-04-18 08:57:27 -0700
commitc36403d741d7d51159fac3233e7eb5801eb44db4 (patch)
tree974f9dcfe8a54eba83b3ca2c3e1b1c3d288e72a0
parent8e1d940ea1467b23c326f7754501813a4aa92644 (diff)
downloadchef-c36403d741d7d51159fac3233e7eb5801eb44db4.tar.gz
More release notes updates
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--RELEASE_NOTES.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 3a822665f3..58018ee63f 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -10,6 +10,14 @@ Chef 15 release notes will be added here as development progresses.
### Data Collection Ground-Up Refactor
+### copy_properties_from in Custom Resources
+
+### locale resource
+
+The locale resource now allows setting all possible LC_* environmental variables.
+
+## New Resources
+
### archive resource
### windows_uac resource
@@ -30,6 +38,10 @@ Chef now ships with Ruby 2.6.2. This new version of Ruby improves performance an
The knife cookbook site command has been deprecated in favor of the knife supermarket command. Under the hood they are both actually the same codebase, but running knife cookbook site will now product a warning message. In Chef 16 we will remove the knife cookbook site command entirely.
+### locale LC_ALL property
+
+The LC_ALL property in the locale resource has been deprecated as the usage of this environmental variable is not recommended by distribution maintainers.
+
## Breaking Changes
### Audit Mode