From: Wolfgang Bangerth Date: Tue, 29 Sep 2020 03:24:06 +0000 (-0600) Subject: Add a changelog entry. X-Git-Tag: v9.3.0-rc1~1053^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be0fc6872810e0c169dd348729eb37e13cef3da6;p=dealii.git Add a changelog entry. --- diff --git a/doc/news/changes/incompatibilities/20200928Bangerth b/doc/news/changes/incompatibilities/20200928Bangerth new file mode 100644 index 0000000000..801d5a4cd5 --- /dev/null +++ b/doc/news/changes/incompatibilities/20200928Bangerth @@ -0,0 +1,5 @@ +Deprecated: The QTrapez class, poorly named because the proper English +term is "trapezoidal quadrature rule", has been renamed to QTrapezoid, +and the class with the old name has been deprecated. +
+(Wolfgang Bangerth, 2020/09/28)