Skip to content

Commit 861bdf1

Browse files
authored
Merge pull request #466 from michaeltlombardi/docs/main/exit-codes
(DOCS) Add fix for resource exit codes to changelog
2 parents f0ffdf4 + 397f3bb commit 861bdf1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,16 @@ changes since the last release, see the [diff on GitHub][unreleased].
233233

234234
</details>
235235

236+
- Fixed the implementation to retrieve non-zero exit code descriptions for resource errors from the
237+
resource manifest, if defined. Prior to this release, these error descriptions weren't surfaced.
238+
239+
<details><summary>Related work items</summary>
240+
241+
- Issues: [#431][#431]
242+
- PRs: [#444][#444]
243+
244+
</details>
245+
236246
<!-- Unreleased change links -->
237247
[ur-aa]: ./docs/reference/cli/config/set.md#-w---what-if
238248
[ur-ab]: ./docs/reference/schemas/outputs/config/set.md
@@ -1509,10 +1519,12 @@ For the full list of changes in this release, see the [diff on GitHub][compare-v
15091519
[#410]: https://github.com/PowerShell/DSC/issues/410
15101520
[#412]: https://github.com/PowerShell/DSC/issues/412
15111521
[#429]: https://github.com/PowerShell/DSC/issues/429
1522+
[#431]: https://github.com/PowerShell/DSC/issues/431
15121523
[#432]: https://github.com/PowerShell/DSC/issues/432
15131524
[#434]: https://github.com/PowerShell/DSC/issues/434
15141525
[#438]: https://github.com/PowerShell/DSC/issues/438
15151526
[#441]: https://github.com/PowerShell/DSC/issues/441
1527+
[#444]: https://github.com/PowerShell/DSC/issues/444
15161528
[#45]: https://github.com/PowerShell/DSC/issues/45
15171529
[#49]: https://github.com/PowerShell/DSC/issues/49
15181530
[#57]: https://github.com/PowerShell/DSC/issues/57

0 commit comments

Comments
 (0)