@@ -24,6 +24,8 @@ changes since the last release, see the [diff on GitHub][unreleased].
2424<!-- Unreleased comparison link -->
2525[ unreleased ] : https://github.com/PowerShell/DSC/compare/v3.0.0-alpha.4...main
2626
27+ <!-- Add entries between releases under the appropriate section heading here -->
28+
2729### Changed
2830
2931- Updated the options for the ` dsc ` root command:
@@ -62,7 +64,16 @@ changes since the last release, see the [diff on GitHub][unreleased].
6264
6365 </details >
6466
65- <!-- Add entries between releases under the appropriate section heading here -->
67+ - Added support for authoring DSC Resource manifests in YAML. DSC now recognizes resource manifests
68+ that use the ` .dsc.resource.yml ` or ` .dsc.resource.yaml ` file extension instead of only
69+ ` .dsc.resource.json ` .
70+
71+ <details ><summary >Related work Items</summary >
72+
73+ - Issues: [ #129 ] [ #129 ]
74+ - PRs: [ #311 ] [ #311 ]
75+
76+ </details >
6677
6778## [ v3.0.0-alpha.4] [ release-v3.0.0-alpha.4 ] - 2023-11-14
6879
@@ -523,6 +534,7 @@ For the full list of changes in this release, see the [diff on GitHub][compare-v
523534[ #107 ] : https://github.com/PowerShell/DSC/issues/107
524535[ #121 ] : https://github.com/PowerShell/DSC/issues/121
525536[ #127 ] : https://github.com/PowerShell/DSC/issues/127
537+ [ #129 ] : https://github.com/PowerShell/DSC/issues/129
526538[ #130 ] : https://github.com/PowerShell/DSC/issues/130
527539[ #133 ] : https://github.com/PowerShell/DSC/issues/133
528540[ #150 ] : https://github.com/PowerShell/DSC/issues/150
@@ -561,6 +573,7 @@ For the full list of changes in this release, see the [diff on GitHub][compare-v
561573[ #291 ] : https://github.com/PowerShell/DSC/issues/291
562574[ #294 ] : https://github.com/PowerShell/DSC/issues/294
563575[ #299 ] : https://github.com/PowerShell/DSC/issues/299
576+ [ #311 ] : https://github.com/PowerShell/DSC/issues/311
564577[ #45 ] : https://github.com/PowerShell/DSC/issues/45
565578[ #49 ] : https://github.com/PowerShell/DSC/issues/49
566579[ #57 ] : https://github.com/PowerShell/DSC/issues/57
0 commit comments