@@ -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