From: Wolfgang Bangerth Date: Thu, 6 Aug 2020 23:05:44 +0000 (-0600) Subject: Add a changelog entry. X-Git-Tag: v9.3.0-rc1~1208^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df6c62aa8dfb038b87cdf5baf82fb42346057c5e;p=dealii.git Add a changelog entry. --- diff --git a/doc/news/changes/minor/20200806Bangerth b/doc/news/changes/minor/20200806Bangerth new file mode 100644 index 0000000000..14b90dc9b1 --- /dev/null +++ b/doc/news/changes/minor/20200806Bangerth @@ -0,0 +1,6 @@ +Fixed: The DataPostprocessorTensor class erroneously announced that +the components of its output are a bunch of scalars when, of course, +the whole point of the class was to output things as one tensor +field. This is now fixed. +
+(Wolfgang Bangerth, 2020/08/06)