diff options
author | Tim Smith <tsmith@chef.io> | 2020-10-14 10:48:03 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-14 10:48:03 -0700 |
commit | 8682a635bd5e53d0a29412b728c5a0e6f42c5833 (patch) | |
tree | ccec3b22955cabc3f84110673fb5669a7950f1b7 /RELEASE_NOTES.md | |
parent | bd54db247a5dc7caa2ddb4e108c318c3b7c87c8e (diff) | |
download | chef-8682a635bd5e53d0a29412b728c5a0e6f42c5833.tar.gz |
Update RELEASE_NOTES.md
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 c5c2a82c95..37cd95adc1 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -25,7 +25,7 @@ The `powershell_out` and `powershell_exec` helpers for use in custom resources h powershell_exec('$PSVersionTable', :pwsh) ``` -## Enhanced 32bit Windows Support +## Enhanced 32-bit Windows Support 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. |