From 610ea7fae1ee4def4bb28789ee0385d0b8798476 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 3 Feb 2021 17:30:12 -0700 Subject: [PATCH] Add changelog entry. --- doc/news/changes/incompatibilities/20210203Bangerth | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/news/changes/incompatibilities/20210203Bangerth diff --git a/doc/news/changes/incompatibilities/20210203Bangerth b/doc/news/changes/incompatibilities/20210203Bangerth new file mode 100644 index 0000000000..05bf3daade --- /dev/null +++ b/doc/news/changes/incompatibilities/20210203Bangerth @@ -0,0 +1,7 @@ +Changed: The FE_Q_Base class took a description of the polynomial +space as a template argument. But that is not necessary: It is +entirely sufficient to pass this information to the constructor in the +form of a regular constructor argument. This has been changed, and the +class has therefore lost its first template argument. +
+(Wolfgang Bangerth, 2021/02/03) -- 2.39.5