@@ -42,15 +42,15 @@ To see the changes for the earlier development of DSC before version `3.0.0`, se
4242<!-- Meta links -->
4343[ m1 ] : https://keepachangelog.com/en/1.1.0/
4444[ 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
4646
4747## Unreleased
4848
4949This section includes a summary of user-facing changes since the last release. For the full list of
5050changes since the last release, see the [ diff on GitHub] [ unreleased ] .
5151
5252<!-- 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
5454
5555<!--
5656 Unreleased change entry instructions:
@@ -75,6 +75,27 @@ changes since the last release, see the [diff on GitHub][unreleased].
7575 for the `v3.0.0.0-alpha.5` release. Leave the release links under the release section.
7676-->
7777
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+
7899## [ v3.1.0] [ release-v3.1.0 ] - 2025-06-18
79100
80101This 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.
662683[ #862 ] : https://github.com/PowerShell/DSC/issues/862
663684[ #834 ] : https://github.com/PowerShell/DSC/issues/834
664685[ #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