summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-01-23 12:47:16 -0800
committerGitHub <noreply@github.com>2020-01-23 12:47:16 -0800
commitc03e30d0d5c438c57147783583285fe820de69c9 (patch)
tree96d1e39f57d7289a828137eb4f5350015193f5ee
parent47daa578c482a154610b1a21adda9d242bc55528 (diff)
downloadchef-c03e30d0d5c438c57147783583285fe820de69c9.tar.gz
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@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 186bc7c4e8..7bd2d418d9 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -27,7 +27,7 @@ The `sudo` resource no longer fails on the second Chef Infra Client run when usi
### user
-The `user` resource on aix no longer forces the user to change the password after Chef Infra Client modifies the password. Thanks for this fix [@Triodes](https://github.com/Triodes)
+The `user` resource on AIX no longer forces the user to change the password after Chef Infra Client modifies the password. Thanks for this fix, [@Triodes](https://github.com/Triodes).
The `user` resource on macOS 10.15 has received several important fixes to improve logging and prevent failures.