From 67247e628a04b0883cb0c6921b01d90013782668 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 24 Sep 2024 15:33:32 -0600 Subject: [PATCH] Add a changelog. --- doc/news/changes/minor/20240924Bangerth | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/news/changes/minor/20240924Bangerth 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) -- 2.39.5