From: Wolfgang Bangerth Date: Wed, 19 Jun 2024 23:45:11 +0000 (-0600) Subject: Add a changelog entry. X-Git-Tag: v9.6.0-rc1~170^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cbf6d9161b33ff247fb8a8fc2df41f7a2d4d2be;p=dealii.git Add a changelog entry. --- diff --git a/doc/news/changes/minor/20240619Bangerth b/doc/news/changes/minor/20240619Bangerth new file mode 100644 index 0000000000..596ef3bbc3 --- /dev/null +++ b/doc/news/changes/minor/20240619Bangerth @@ -0,0 +1,4 @@ +Fixed: The GridTools::Cache class accessed its members in ways that +were not thread-safe. This should now be fixed. +
+(Wolfgang Bangerth, 2024/06/19)