From: Wolfgang Bangerth Date: Thu, 24 Sep 2020 00:12:16 +0000 (-0600) Subject: Add a changelog entry. X-Git-Tag: v9.3.0-rc1~1071^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ae41ee28129a15776e62c64deab90105dbd60de;p=dealii.git Add a changelog entry. --- diff --git a/doc/news/changes/minor/20200923Bangerth b/doc/news/changes/minor/20200923Bangerth new file mode 100644 index 0000000000..797ca50a9e --- /dev/null +++ b/doc/news/changes/minor/20200923Bangerth @@ -0,0 +1,4 @@ +Changed: step-29 no longer uses the `deallog` variable to generate +output, but instead directly writes to `std::cout`. +
+(Wolfgang Bangerth, 2020/09/23)