From: Wolfgang Bangerth Date: Thu, 4 Feb 2021 00:30:12 +0000 (-0700) Subject: Add changelog entry. X-Git-Tag: v9.3.0-rc1~513^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11677%2Fhead;p=dealii.git Add changelog entry. --- 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)