From: Wolfgang Bangerth Date: Mon, 13 May 2024 21:07:21 +0000 (-0600) Subject: Add a changelog entry. X-Git-Tag: v9.6.0-rc1~259^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23547a361ad2c816ded2938a8884900bcc04506d;p=dealii.git Add a changelog entry. --- diff --git a/doc/news/changes/minor/20240513Bangerth b/doc/news/changes/minor/20240513Bangerth new file mode 100644 index 0000000000..89c99c9381 --- /dev/null +++ b/doc/news/changes/minor/20240513Bangerth @@ -0,0 +1,5 @@ +Changed: step-39 now implements the local integration routines itself, +rather than relying on deprecated concepts from namespace +LocalIntegrator. +
+(Wolfgang Bangerth, 2024/05/13)