|
45 | 45 | - Add single/double quote support for `Join-String` Argument Completer (#25283) (Thanks @ArmaanMcleod!) |
46 | 46 | - Fix tab completion for env/function variables (#25346) (Thanks @jborean93!) |
47 | 47 | - Fix `Out-GridView` by replacing use of obsolete `BinaryFormatter` with custom implementation (#25497) (Thanks @mawosoft!) |
48 | | -- Remove the use of Windows PowerShell ETW provider id from code base and update the `PSDiagnostics` module to work for PowerShell 7 (#25590) |
| 48 | +- Remove the use of Windows PowerShell ETW provider ID from codebase and update the `PSDiagnostics` module to work for PowerShell 7 (#25590) |
49 | 49 |
|
50 | 50 | ### Code Cleanup |
51 | 51 |
|
|
87 | 87 |
|
88 | 88 | - Add Codeql Suppressions (#25943, #26132) |
89 | 89 | - Update CODEOWNERS to add Justin as a maintainer (#25386) |
90 | | -- Do not run labels workflow in the internal repo (#25279) |
| 90 | +- Do not run labels workflow in the internal repository (#25279) |
91 | 91 |
|
92 | 92 | ### Tests |
93 | 93 |
|
|
197 | 197 | ### Documentation and Help Content |
198 | 198 |
|
199 | 199 | - Fix a typo in the 7.4 changelog (#26038) (Thanks @VbhvGupta!) |
200 | | -- Add 7.4.12 Changelog (#26011) |
201 | | -- Add v7.5.3 Changelog (#25994) |
| 200 | +- Add 7.4.12 changelog (#26011) |
| 201 | +- Add v7.5.3 changelog (#25994) |
202 | 202 | - Fix typo in CHANGELOG for script filename suggestion (#25962) |
203 | 203 | - Update CHANGELOG for v7.5.2 (#25668) |
204 | 204 | - Update CHANGELOG for v7.4.11 (#25667) |
205 | 205 | - Update build documentation with instruction of dev terminal (#25587) |
206 | 206 | - Update links and contribution guide in documentation (#25532) (Thanks @JustinGrote!) |
207 | | -- Add 7.4.10 Changelog (#25520) |
208 | | -- Add 7.5.1 Change log (#25382) |
| 207 | +- Add 7.4.10 changelog (#25520) |
| 208 | +- Add 7.5.1 changelog (#25382) |
209 | 209 |
|
210 | 210 | [7.6.0-preview.5]: https://github.com/PowerShell/PowerShell/compare/v7.6.0-preview.4...v7.6.0-preview.5 |
211 | 211 |
|
@@ -467,7 +467,7 @@ name, the **ThreadJob** v2.1.0 module is a proxy module that points to the |
467 | 467 |
|
468 | 468 | ### Tools |
469 | 469 |
|
470 | | -- Added Justin Chung as Powershell team memeber on releaseTools.psm1 (#24672) |
| 470 | +- Added Justin Chung as PowerShell team memeber on releaseTools.psm1 (#24672) |
471 | 471 |
|
472 | 472 | ### Tests |
473 | 473 |
|
|
0 commit comments