Skip to content

Commit

Permalink
Merged PR 23537: 7.3 change log
Browse files Browse the repository at this point in the history
Add generated changelog for 7.3
  • Loading branch information
TravisEz13 authored and adityapatwardhan committed Dec 9, 2022
1 parent eb612c0 commit 555c1a6
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG/7.3.md
@@ -1,5 +1,45 @@
# 7.3 Changelog

This comment has been minimized.

Copy link
@demonnot

demonnot Jan 6, 2023

7.3 Changelog

7.3.1 - 2022-12-13

Engine Updates and Fixes

  • Remove TabExpansion for PSv2 from remote session configuration (Internal 23331)
  • Add sqlcmd to list to use legacy argument passing (#18645 #18646)
  • Change exec from alias to function to handle arbitrary args (#18644)
  • Fix Switch-Process to copy the current env to the new process (#18632)
  • Fix issue when completing the first command in a script with an empty array expression (#18355)
  • Fix Switch-Process to set termios appropriate for child process (#18572)
  • Fix native access violation (#18571)

Tests

Build and Packaging Improvements

We thank the following contributors!

  • Update packages (Internal 23330)
  • Apply expected file permissions to linux files after authenticode signing (#18647)
  • Bump System.Data.SqlClient (#18573)
  • Don't install based on build-id for RPM (#18570)
  • Work around args parsing issue (#18607)
  • Fix package download in vPack job

[7.3.0] - 2022-11-08

General Cmdlet Updates and Fixes


## [7.3.1] - 2022-12-13

### Engine Updates and Fixes

- Remove TabExpansion for PSv2 from remote session configuration (Internal 23331)
- Add `sqlcmd` to list to use legacy argument passing (#18645 #18646)
- Change `exec` from alias to function to handle arbitrary args (#18644)
- Fix `Switch-Process` to copy the current env to the new process (#18632)
- Fix issue when completing the first command in a script with an empty array expression (#18355)
- Fix `Switch-Process` to set `termios` appropriate for child process (#18572)
- Fix native access violation (#18571)

### Tests

- Backport CI fixed from #18508 (#18626)
- Mark charset test as pending (#18609)

### Build and Packaging Improvements

<details>

<summary>

<p>We thank the following contributors!</p>

</summary>

<ul>
<li>Update packages (Internal 23330)</li>
<li>Apply expected file permissions to linux files after authenticode signing (#18647)</li>
<li>Bump <code>System.Data.SqlClient</code> (#18573)</li>
<li>Don't install based on build-id for RPM (#18570)</li>
<li>Work around args parsing issue (#18607)</li>
<li>Fix package download in <code>vPack</code> job</li>
</ul>

</details>

[7.3.1]: https://github.com/PowerShell/PowerShell/compare/v7.3.0...v7.3.1

## [7.3.0] - 2022-11-08

### General Cmdlet Updates and Fixes
Expand Down

0 comments on commit 555c1a6

Please sign in to comment.