From: Wolfgang Bangerth Date: Wed, 27 May 2020 21:11:47 +0000 (-0600) Subject: Add a changelog entry. X-Git-Tag: v9.3.0-rc1~1531^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10389%2Fhead;p=dealii.git Add a changelog entry. --- diff --git a/doc/news/changes/minor/20200527Bangerth b/doc/news/changes/minor/20200527Bangerth new file mode 100644 index 0000000000..33f4ce028c --- /dev/null +++ b/doc/news/changes/minor/20200527Bangerth @@ -0,0 +1,6 @@ +New: When executing a task on a separate thread, if that task ends +with throwing an exception instead of returing a value, then this +exception will be obtained when you wait for the task using +Threads::Task::join() or Threads::Task::return_value(). +
+(Wolfgang Bangerth, 2020/05/27)