summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-05-13 10:28:29 -0700
committerTim Smith <tsmith@chef.io>2019-05-13 10:28:29 -0700
commit7d1f6e97d51ee4e174fdadc0fce0bdd924de7312 (patch)
tree0747f52c048bbc719d4c8f6c121cc3bd63fe7350
parent059dd914c40902bd67e21a0587c934fe9b913525 (diff)
downloadchef-7d1f6e97d51ee4e174fdadc0fce0bdd924de7312.tar.gz
Shuffle release notes further
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--RELEASE_NOTES.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 7bf71a971b..6531e522db 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -150,16 +150,6 @@ end
Chef now ships with Ruby 2.6.3. This new version of Ruby improves performance and includes many new features to make more advanced Chef usage easier. See https://www.rubyguides.com/2018/11/ruby-2-6-new-features/ for a list of some of the new functionality.
-## New Deprecations
-
-### knife cookbook site deprecated in favor of knife supermarket
-
-The knife cookbook site command has been deprecated in favor of the knife supermarket command. Knife cookbook site will now product a warning message and 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.
-
## Ohai Improvements
### Improved Linux Platform / Platform Family Detection
@@ -184,6 +174,16 @@ Ohai now uses less memory due to internal optimizations of how we track plugin i
The FIPS plugin now uses the built-in FIPS detection in Ruby for improved detection.
+## New Deprecations
+
+### knife cookbook site deprecated in favor of knife supermarket
+
+The knife cookbook site command has been deprecated in favor of the knife supermarket command. Knife cookbook site will now product a warning message and 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
### Knife Bootstrap