@@ -42,15 +42,15 @@ To see the changes for the earlier development of DSC before version `3.0.0`, se
42
42
<!-- Meta links -->
43
43
[ m1 ] : https://keepachangelog.com/en/1.1.0/
44
44
[ m2 ] : https://semver.org/spec/v2.0.0.html
45
- [ m3 ] : https://github.com/PowerShell/DSC/blob/main/CHANGELOG .md
45
+ [ m3 ] : https://github.com/PowerShell/DSC/blob/main/docs/prerelease-changelog .md
46
46
47
47
## Unreleased
48
48
49
49
This section includes a summary of user-facing changes since the last release. For the full list of
50
50
changes since the last release, see the [ diff on GitHub] [ unreleased ] .
51
51
52
52
<!-- Unreleased comparison link - always update version to match last release tag -->
53
- [ unreleased ] : https://github.com/PowerShell/DSC/compare/v3.0.2 ...main
53
+ [ unreleased ] : https://github.com/PowerShell/DSC/compare/v3.1.1 ...main
54
54
55
55
<!--
56
56
Unreleased change entry instructions:
@@ -75,6 +75,27 @@ changes since the last release, see the [diff on GitHub][unreleased].
75
75
for the `v3.0.0.0-alpha.5` release. Leave the release links under the release section.
76
76
-->
77
77
78
+ ## [ v3.1.1] [ release-v3.1.1 ] - 2025-07-14
79
+
80
+ This section includes a summary of changes for the ` 3.1.1 ` patch release. For the
81
+ full list of changes in this release, see the
82
+ [ diff on GitHub] [ compare-v3.1.1 ] .
83
+
84
+ <!-- Release links -->
85
+ [ release-v3.1.1 ] : https://github.com/PowerShell/DSC/releases/tag/v3.1.1 " Link to the DSC v3.1.1 release on GitHub "
86
+ [ compare-v3.1.1 ] : https://github.com/PowerShell/DSC/compare/v3.1.0...v3.1.1
87
+
88
+ ### Fixed
89
+
90
+ - Backport: Fix default output to YAML when used interactively.
91
+
92
+ <details ><summary >Related work items</summary >
93
+
94
+ - Issues: [ #918 ] [ #918 ]
95
+ - PRs: [ #960 ] [ #960 ]
96
+
97
+ </details >
98
+
78
99
## [ v3.1.0] [ release-v3.1.0 ] - 2025-06-18
79
100
80
101
This section includes a summary of changes for the ` 3.1.0 ` release. For the full list of changes
@@ -662,3 +683,5 @@ Version `3.0.0` is the first generally available release of DSC.
662
683
[ #862 ] : https://github.com/PowerShell/DSC/issues/862
663
684
[ #834 ] : https://github.com/PowerShell/DSC/issues/834
664
685
[ #863 ] : https://github.com/PowerShell/DSC/issues/863
686
+ [ #918 ] : https://github.com/PowerShell/DSC/issues/918
687
+ [ #960 ] : https://github.com/PowerShell/DSC/issues/960
0 commit comments