summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
Diffstat (limited to 'RELEASE_NOTES.md')
-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.