summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-10-14 10:48:03 -0700
committerGitHub <noreply@github.com>2020-10-14 10:48:03 -0700
commit8682a635bd5e53d0a29412b728c5a0e6f42c5833 (patch)
treeccec3b22955cabc3f84110673fb5669a7950f1b7
parentbd54db247a5dc7caa2ddb4e108c318c3b7c87c8e (diff)
downloadchef-8682a635bd5e53d0a29412b728c5a0e6f42c5833.tar.gz
Update RELEASE_NOTES.md
Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
-rw-r--r--RELEASE_NOTES.md2
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.