summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-04-28 07:52:03 -0700
committerTim Smith <tsmith84@gmail.com>2020-04-28 07:52:03 -0700
commitb22afcfd94831a6274c7a9ba36dff74225d6c23f (patch)
tree1c7e2e95cc70e13b8f9c91f8fc91da78454cce2a
parentee484f095918789304da604240e3c4f30b7242e3 (diff)
downloadchef-b22afcfd94831a6274c7a9ba36dff74225d6c23f.tar.gz
Use prior to in describing the windows releases
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 668801ad8c..cd95f5fc41 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -510,7 +510,7 @@ Over the last quarter we've worked to greatly expand the platforms we support an
## Newly Introduced Deprecations
-Several legacy Windows helpers have been deprecated as they will always return true when running on Chef Infra Client's currently supported platforms. The helpers previously detected systems before Windows 2012 and systems running Windows Nano, which has been discontinued by Microsoft. These helpers were never documented externally so their usage is most likely minimal, but a new Cookstyle rule has been introduced to detect the usage of `older_than_win_2012_or_8?`: [ChefDeprecations/DeprecatedWindowsVersionCheck](https://github.com/chef/cookstyle/blob/master/docs/cops_chefdeprecations.md#chefdeprecationsdeprecatedwindowsversioncheck)
+Several legacy Windows helpers have been deprecated as they will always return true when running on Chef Infra Client's currently supported platforms. The helpers previously detected systems prior to Windows 2012 and systems running Windows Nano, which has been discontinued by Microsoft. These helpers were never documented externally so their usage is most likely minimal, but a new Cookstyle rule has been introduced to detect the usage of `older_than_win_2012_or_8?`: [ChefDeprecations/DeprecatedWindowsVersionCheck](https://github.com/chef/cookstyle/blob/master/docs/cops_chefdeprecations.md#chefdeprecationsdeprecatedwindowsversioncheck)
- Chef::Platform.supports_msi?
- Chef::Platform.older_than_win_2012_or_8?