diff --git a/doc/changes/DM-46525.misc.md b/doc/changes/DM-46525.misc.md new file mode 100644 index 00000000..545a6ade --- /dev/null +++ b/doc/changes/DM-46525.misc.md @@ -0,0 +1,3 @@ +Set the default for raising on partial output error to `True`. + +Allowing processing to proceed when we encounter an error that may not be fatal is functionality we'll still want eventually, but enabling it by default was premature, since our processing-status reporting tools are yet able to distinguish these cases from unqualified successes.