From: Wolfgang Bangerth Date: Mon, 1 Jul 2024 20:09:17 +0000 (-0600) Subject: Add a changelog entry. X-Git-Tag: v9.6.0-rc1~137^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F17194%2Fhead;p=dealii.git Add a changelog entry. --- diff --git a/doc/news/changes/minor/20240701Bangerth b/doc/news/changes/minor/20240701Bangerth new file mode 100644 index 0000000000..2d5cb13ab1 --- /dev/null +++ b/doc/news/changes/minor/20240701Bangerth @@ -0,0 +1,7 @@ +Deprecated: The `decide_for_coarsening_and_refinement` callback of the +PETScWrappers::TimeStepper class has been renamed to +PETScWrappers::TimeStepper::decide_and_prepare_for_remeshing. The former +name is still available for backward compatibility, but is now +deprecated. +
+(Wolfgang Bangerth, 2024/07/01)