@@ -8,7 +8,7 @@ ms.date: 06/24/2024
88
99# Changelog
1010
11- <!-- markdownlint-disable-file MD033 -->
11+ <!-- markdownlint-disable-file MD033 MD024 -->
1212
1313<!--
1414 Helpful docs snippets
@@ -46,7 +46,7 @@ This section includes a summary of user-facing changes since the last release. F
4646changes since the last release, see the [ diff on GitHub] [ unreleased ] .
4747
4848<!-- Unreleased comparison link - always update version to match last release tag-->
49- [ unreleased ] : https://github.com/PowerShell/DSC/compare/v3.1.0-preview.1 ...main
49+ [ unreleased ] : https://github.com/PowerShell/DSC/compare/v3.1.0-preview.2 ...main
5050
5151<!--
5252 Unreleased change entry instructions:
@@ -75,6 +75,37 @@ changes since the last release, see the [diff on GitHub][unreleased].
7575
7676
7777
78+ ## [ v3.1.0-preview.2] [ release-v3.1.0-preview.2 ] - 2025-04-01
79+
80+ This section includes a summary of changes for the ` v3.1.0-preview.2 ` release. For the full list of
81+ changes in this release, see the [ diff on GitHub] [ compare-v3.1.0-preview.2 ] .
82+
83+ <!-- Release links -->
84+ [ release-v3.1.0-preview.2 ] : https://github.com/PowerShell/DSC/releases/tag/v3.1.0-preview.2 " Link to the DSC v3.1.0-preview.2 release on GitHub "
85+ [ compare-v3.1.0-preview.2 ] : https://github.com/PowerShell/DSC/compare/v3.1.0-preview.1...v3.1.0-preview.2
86+
87+ ### Changed
88+
89+ - Enable using adapter resources without the adapter wrapper.
90+
91+ <details ><summary >Related work items</summary >
92+
93+ - Issues: [ #693 ] [ #693 ] .
94+ - PRs: [ #720 ] [ #720 ]
95+
96+ </details >
97+
98+ ### Added
99+
100+ - Add validation to check key-value pairs for class-based and script-based DSC resources.
101+
102+ <details ><summary >Related work items</summary >
103+
104+ - Issues: [ #709 ] [ #709 ] .
105+ - PRs: [ #713 ] [ #713 ]
106+
107+ </details >
108+
78109## [ v3.1.0-preview.1] [ release-v3.1.0-preview.1 ] - 2025-03-18
79110
80111This section includes a summary of changes for the ` v3.1.0-preview.1 ` release. For the full list of
@@ -2451,6 +2482,8 @@ For the full list of changes in this release, see the [diff on GitHub][compare-v
24512482[#678]: https://github.com/PowerShell/DSC/issues/678
24522483[#683]: https://github.com/PowerShell/DSC/issues/683
24532484[#692]: https://github.com/PowerShell/DSC/issues/692
2485+ [#693]: https://github.com/PowerShell/DSC/issues/693
2486+ [#709]: https://github.com/PowerShell/DSC/issues/709
24542487[#635]: https://github.com/PowerShell/DSC/pull/635
24552488[#644]: https://github.com/PowerShell/DSC/pull/644
24562489[#645]: https://github.com/PowerShell/DSC/pull/645
@@ -2466,3 +2499,5 @@ For the full list of changes in this release, see the [diff on GitHub][compare-v
24662499[#688]: https://github.com/PowerShell/DSC/pull/688
24672500[#695]: https://github.com/PowerShell/DSC/pull/695
24682501[#699]: https://github.com/PowerShell/DSC/pull/699
2502+ [#713]: https://github.com/PowerShell/DSC/pull/713
2503+ [#720]: https://github.com/PowerShell/DSC/pull/720
0 commit comments