diff options
author | Tim Smith <tsmith@chef.io> | 2020-10-14 10:47:54 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-14 10:47:54 -0700 |
commit | bd54db247a5dc7caa2ddb4e108c318c3b7c87c8e (patch) | |
tree | 4e0621d3a1806422907347f543858d73e2a27015 /RELEASE_NOTES.md | |
parent | d292c3f4458d33a94f7bda0df493133a5708871e (diff) | |
download | chef-bd54db247a5dc7caa2ddb4e108c318c3b7c87c8e.tar.gz |
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io>
Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index e91f5f4ee8..c5c2a82c95 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -27,7 +27,7 @@ powershell_exec('$PSVersionTable', :pwsh) ## Enhanced 32bit Windows Support -The `powershell_exec` helper now supports 32bit Windows. This ensures many of the newer PowerShell based resources in Chef Infra Client will function as expected on 32bit systems. +The `powershell_exec` helper now supports the 32-bit version of Windows. This ensures many of the newer PowerShell based resources in Chef Infra Client will function as expected on 32-bit systems. ## New Resources |