Skip to content

Commit d382be3

Browse files
authored
Add release notes from bad auto-merge to manifest
1 parent 346bbd0 commit d382be3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

xComputerManagement.psd1

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,14 @@ PrivateData = @{
6262
* xComputer:
6363
* Moved strings to localization file.
6464
* Updated to meet HQRM guidelines.
65-
65+
* xVirtualMemory:
66+
* Refactored shared common code into new utility functions to
67+
reduce code duplication and improve testability.
68+
* Moved strings into localizable strings file.
69+
* Converted calls to `throw` to use `New-InvalidOperationException`
70+
in CommonResourceHelper.
71+
* Improved unit test coverage.
72+
* Updated to meet HQRM guidelines.
6673
'
6774

6875
} # End of PSData hashtable

0 commit comments

Comments
 (0)