|
1 | 1 | # Current preview release |
2 | 2 |
|
| 3 | +## [7.1.0-preview.5] - 2020-07-06 |
| 4 | + |
| 5 | +### Engine Updates and Fixes |
| 6 | + |
| 7 | +- Ensure assemblies listed in the module manifest `FileList` field are not loaded (#12968) |
| 8 | + |
| 9 | +### Code Cleanup |
| 10 | + |
| 11 | +<details> |
| 12 | + |
| 13 | +<summary> |
| 14 | + |
| 15 | +<p>We thank the following contributors!</p> |
| 16 | +<p>@xtqqczze</p> |
| 17 | + |
| 18 | +</summary> |
| 19 | + |
| 20 | +<ul> |
| 21 | +<li>Code performance fixes (#12956) (Thanks @xtqqczze!)</li> |
| 22 | +</ul> |
| 23 | + |
| 24 | +</details> |
| 25 | + |
| 26 | +### Tools |
| 27 | + |
| 28 | +- Add missing `.editorconfig` settings present in `dotnet/runtime` (#12871) (Thanks @xtqqczze!) |
| 29 | + |
| 30 | +### Tests |
| 31 | + |
| 32 | +- Add new test for `Format-Custom` to avoid data loss (#11393) (Thanks @iSazonov!) |
| 33 | + |
| 34 | +### Build and Packaging Improvements |
| 35 | + |
| 36 | +<details> |
| 37 | +<summary> |
| 38 | + |
| 39 | +<p>Fixed upgrade code in MSI package.</p> |
| 40 | + |
| 41 | +</summary> |
| 42 | +<ul> |
| 43 | +<li>Change log for v7.1.0-preview.5 (Internal 11880)</li> |
| 44 | +<li>Fix Path for the Preview MSI (#13070)</li> |
| 45 | +<li>Correct stable and preview upgrade codes for <code>MSI</code> (#13036)</li> |
| 46 | +<li>Changelog for `v7.1.0-preview.4` (Internal 11841)</li> |
| 47 | +<li>Fix NuGet package compliance issues (#13045)</li> |
| 48 | +<li>Bump <code>xunit.runner.visualstudio</code> from <code>2.4.1</code> to<code> 2.4.2</code> (#12874)</li> |
| 49 | +<li>Bump NJsonSchema from `10.1.21` to `10.1.23` (#13032) (#13022)</li> |
| 50 | +</ul> |
| 51 | + |
| 52 | +</details> |
| 53 | + |
| 54 | +### Documentation and Help Content |
| 55 | + |
| 56 | +- Fix links for MSI packages to point to `7.1.0-preview.3` (#13056) |
| 57 | +- Add update `packages.microsoft.com` step to distribution request template. (#13008) |
| 58 | +- Update `windows-core.md` (#13053) (Thanks @xtqqczze!) |
| 59 | +- Add `@rjmholt` to maintainers list (#13033) |
| 60 | +- Update docs for `v7.1.0-preview.4` release (#13028) |
| 61 | + |
3 | 62 | ## [7.1.0-preview.4] - 2020-06-25 |
4 | 63 |
|
5 | 64 | ### Breaking Changes |
|
515 | 574 | - Update `SUPPORT.md` (#11101) (Thanks @mklement0!) |
516 | 575 | - Update `README.md` (#11100) (Thanks @mklement0!) |
517 | 576 |
|
| 577 | +[7.1.0-preview.5]: https://github.com/PowerShell/PowerShell/compare/v7.1.0-preview.4...v7.1.0-preview.5 |
518 | 578 | [7.1.0-preview.4]: https://github.com/PowerShell/PowerShell/compare/v7.1.0-preview.3...v7.1.0-preview.4 |
519 | 579 | [7.1.0-preview.3]: https://github.com/PowerShell/PowerShell/compare/v7.1.0-preview.2...v7.1.0-preview.3 |
520 | 580 | [7.1.0-preview.2]: https://github.com/PowerShell/PowerShell/compare/v7.1.0-preview.1...v7.1.0-preview.2 |
|
0 commit comments