summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-07-01 10:12:31 -0700
committerTim Smith <tsmith84@gmail.com>2019-07-01 10:12:31 -0700
commit4b6abaaf368728130ad8cc1c6764f5eef447b5f9 (patch)
treed95ea88da97fcb7eec25b782d5a11823b56d5b0e /RELEASE_NOTES.md
parent5f3dccd8d4debff9aaf7b1a7cd6beaebc9f5a9a2 (diff)
downloadchef-4b6abaaf368728130ad8cc1c6764f5eef447b5f9.tar.gz
Remove the performance mention
Some of it was in 15.0 and some in 15.1 and it's tricky to call out the impact and the exact time that stuff landed so let's skip it Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index bc340dd138..f1d7a02978 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -222,10 +222,6 @@ windows_service 'MyApp' do
end
```
-## Performance Improvements
-
-We've dug deep into Ruby internals and managed to speed up how Ruby loads Chef libraries. This should result in a noticeable performance increase running chef-client and knife commands, especially on non-SSD Windows hosts.
-
### Ruby 2.6.3
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.