Skip to content

Commit 346bbd0

Browse files
authored
Fixing release notes from bad auto-merge
1 parent 0ba3a71 commit 346bbd0

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,14 @@ xVirtualMemory has the following properties:
226226
* xComputer:
227227
* Moved strings to localization file.
228228
* Updated to meet HQRM guidelines.
229+
* xVirtualMemory:
230+
* Refactored shared common code into new utility functions to
231+
reduce code duplication and improve testability.
232+
* Moved strings into localizable strings file.
233+
* Converted calls to `throw` to use `New-InvalidOperationException`
234+
in CommonResourceHelper.
235+
* Improved unit test coverage.
236+
* Updated to meet HQRM guidelines.
229237

230238
### 2.1.0.0
231239

@@ -260,13 +268,6 @@ xVirtualMemory has the following properties:
260268
* xVirtualMemory:
261269
* Suppress PSScriptAnalyzer rule PSAvoidGlobalVars for
262270
`$global:DSCMachineStatus = 1`.
263-
* Refactored shared common code into new utility functions to
264-
reduce code duplication and improve testability.
265-
* Moved strings into localizable strings file.
266-
* Converted calls to `throw` to use `New-InvalidOperationException`
267-
in CommonResourceHelper.
268-
* Improved unit test coverage.
269-
* Updated to meet HQRM guidelines.
270271

271272
### 2.0.0.0
272273

0 commit comments

Comments
 (0)