summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-11-25 17:28:46 -0800
committerGitHub <noreply@github.com>2020-11-25 17:28:46 -0800
commit1bc59a695993556ba70f2ee1289adafc174e0d3e (patch)
tree472d2c9d228a92d4656214f1d20b96ba5d8c9410
parenta0f593e64d649c48de87ced1ca2c3efb744c98ed (diff)
downloadchef-1bc59a695993556ba70f2ee1289adafc174e0d3e.tar.gz
Reorder resources
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--RELEASE_NOTES.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 12ea9a66ea..3151158572 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -24,10 +24,6 @@ The `build_essential` resource has been updated to resolve idempotency issues an
The `chef_client_config` resource has been updated to no longer produce invalid `client.rb` content.
-### user
-
-The `user` resource has been improved to provide log output of changes being made.
-
### group
The `group` resource has been improved to provide log output of changes being made and on Windows now properly translates group SIDs to names in order to operate idempotently.
@@ -60,6 +56,12 @@ The `powershell_package` resource has been updated to better force connections t
The `powershell_script` resource has been updated to not fail when using a `not_if` or `only_if` guard when specifying the `user` property. Thanks for reporting this issue [@Blorpy](https://github.com/Blorpy)
+### user
+
+The `user` resource has been improved to provide log output of changes being made.
+
+Thanks for this improvement [@jaymzh](https://github.com/jaymzh)!
+
### zypper_package
The `zypper_package` resource has been refactored to improve idempotency when specifying a version of the package to either install or downgrade.