From: Wolfgang Bangerth Date: Fri, 7 Apr 2023 20:23:17 +0000 (-0600) Subject: Add a changelog entry. X-Git-Tag: v9.5.0-rc1~296^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37d48618508a5337698b2c872fb242b8ac3c4ebe;p=dealii.git Add a changelog entry. --- diff --git a/doc/news/changes/minor/20230407Bangerth b/doc/news/changes/minor/20230407Bangerth new file mode 100644 index 0000000000..0e831afd5d --- /dev/null +++ b/doc/news/changes/minor/20230407Bangerth @@ -0,0 +1,7 @@ +Deprecated: The DoFTools::map_dofs_to_support_points() function family +had functions that returned what they computed via a non-const +reference argument `support_points` of type `std::map`. These +overloads are now deprecated and replaced by functions that return the +map via a regular `return` value. +
+(Wolfgang Bangerth, 2023/04/07)