From: Wolfgang Bangerth Date: Fri, 30 Jun 2023 17:44:28 +0000 (-0600) Subject: Add a changelog entry. X-Git-Tag: relicensing~800^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F15542%2Fhead;p=dealii.git Add a changelog entry. --- diff --git a/doc/news/changes/minor/20230630Bangerth b/doc/news/changes/minor/20230630Bangerth new file mode 100644 index 0000000000..fd5b51ed76 --- /dev/null +++ b/doc/news/changes/minor/20230630Bangerth @@ -0,0 +1,7 @@ +Fixed: It was previously possible to access the return value of a +Threads::Task object if the underlying task had ended with an +exception. But that return value was not initialized. This is now +checked: You can no longer call Threads::Task::return_value() after an +exception. +
+(Wolfgang Bangerth, 2023/06/30)