From 322e970cecd2f1caad1820c1197087ee4665ee70 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 30 Oct 2023 11:42:08 -0600 Subject: [PATCH] Add a changelog entry. --- doc/news/changes/minor/20231030Bangerth | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/news/changes/minor/20231030Bangerth diff --git a/doc/news/changes/minor/20231030Bangerth b/doc/news/changes/minor/20231030Bangerth new file mode 100644 index 0000000000..f9a07342f2 --- /dev/null +++ b/doc/news/changes/minor/20231030Bangerth @@ -0,0 +1,5 @@ +New: There is a new overload of Threads::new_task() that takes lambda +functions taking arguments, followed by the arguments the lambda +function is to be called with on a new task. +
+(Wolfgang Bangerth, 2023/10/30) -- 2.39.5