From: Wolfgang Bangerth Date: Thu, 2 Feb 2023 02:42:23 +0000 (-0700) Subject: Add a changelog entry. X-Git-Tag: v9.5.0-rc1~567^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cee9d2853d9d2a09ad4b81f5b29bc7bd61288051;p=dealii.git Add a changelog entry. --- diff --git a/doc/news/changes/minor/20230201Bangerth b/doc/news/changes/minor/20230201Bangerth new file mode 100644 index 0000000000..f675549753 --- /dev/null +++ b/doc/news/changes/minor/20230201Bangerth @@ -0,0 +1,7 @@ +Fixed: The DerivativeForm class had a constructor that took an array +of elements via the type +`Tensor>`. +This should have been +`Tensor<1, spacedim, Tensor>`, and it is now fixed. +
+(Robin Goermer, Wolfgang Bangerth, 2023/02/01)