Skip to content

Commit a2e23fd

Browse files
committed
Minor edits
1 parent bc29de9 commit a2e23fd

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

reference/docs-conceptual/whats-new/What-s-New-in-PowerShell-76.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ PowerShell 7.6-preview.2 includes the following updated modules:
2828
Increment/decrement operators as part of their output ([#21137][21137]) (Thanks @MartinGC94!)
2929
- Add `-PropertyType` argument completer for `New-ItemProperty` ([#21117][21117]) (Thanks
3030
@ArmaanMcleod!)
31-
- Add completion single/double quote support for `-Noun` parameter ([#24977][24977]) (Thanks
32-
@ArmaanMcleod!)
33-
- Add completion single/double quote support for `-PSEdition` parameter ([#24971][24971]) (Thanks
34-
@ArmaanMcleod!)
31+
- Add completion single/double quote support for `-Noun` parameter for `Get-Command`
32+
([#24977][24977]) (Thanks @ArmaanMcleod!)
33+
- Add completion single/double quote support for `-PSEdition` parameter for `Get-Module`
34+
([#24971][24971]) (Thanks @ArmaanMcleod!)
3535
- Convert **InvalidCommandNameCharacters** in AnalysisCache to `SearchValues<char>` for more
3636
efficient char searching ([#24880][24880]) (Thanks @ArmaanMcleod!)
3737
- Convert **s_charactersRequiringQuotes** in Completion Completers to `SearchValues<char>` for more
@@ -40,7 +40,7 @@ PowerShell 7.6-preview.2 includes the following updated modules:
4040
char searching ([#24896][24896]) (Thanks @ArmaanMcleod!)
4141
- Replace `char[]` array in `CompletionRequiresQuotes` with cached `SearchValues<char>`
4242
([#24907][24907]) (Thanks @ArmaanMcleod!)
43-
- Add quote handling in **Verb**, **StrictModeVersion**, **Scope** & **PropertyType** Argument
43+
- Add quote handling in `Verb`, `StrictModeVersion`, `Scope` and `PropertyType` Argument
4444
Completers with single helper method ([#24839][24839]) (Thanks @ArmaanMcleod!)
4545

4646
## Cmdlet improvements
@@ -51,10 +51,11 @@ PowerShell 7.6-preview.2 includes the following updated modules:
5151
- Fix `Get-ItemProperty` to report non-terminating error for cast exception ([#21115][21115])
5252
(Thanks @ArmaanMcleod!)
5353
- Fix a bug in how q handles XmlNode object ([#24669][24669]) (Thanks @brendandburns!)
54-
- Fix `New-Item -Force` to error on invalid directory name ([#24936][24936]) (Thanks @kborowinski!)
55-
- Fix `Start-Transcript` error when `$Transcript` is a **PSObject** wrapped string
56-
([#24963][24963]) (Thanks @kborowinski!)
57-
- Fix `Start-Process -Wait` polling ([#24711][24711]) (Thanks @jborean93!)
54+
- Error when `New-Item -Force` is passed an invalid directory name ([#24936][24936]) (Thanks
55+
@kborowinski!)
56+
- Allow `Start-Transcript` to use `$Transcript` which is a `PSObject` wrapped string to specify the
57+
transcript path ([#24963][24963]) (Thanks @kborowinski!)
58+
- Improve `Start-Process -Wait` polling efficiency ([#24711][24711]) (Thanks @jborean93!)
5859
- Add completion of modules by their shortname ([#20330][20330]) (Thanks @MartinGC94!)
5960

6061
## Engine improvements

0 commit comments

Comments
 (0)