From: Wolfgang Bangerth Date: Tue, 24 Sep 2024 21:33:32 +0000 (-0600) Subject: Add a changelog. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67247e628a04b0883cb0c6921b01d90013782668;p=dealii.git Add a changelog. --- diff --git a/doc/news/changes/minor/20240924Bangerth b/doc/news/changes/minor/20240924Bangerth new file mode 100644 index 0000000000..fd162dadd0 --- /dev/null +++ b/doc/news/changes/minor/20240924Bangerth @@ -0,0 +1,5 @@ +New: The constructors of the classes within namespace +FEValuesExtractors are now all marked as `constexpr`. As a +consequence, FEValuesExtractors objects can now also be `constexpr`. +
+(Wolfgang Bangerth, 2024/09/24)